mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update ReceiveHandler.php
This commit is contained in:
parent
114d755ecf
commit
605818ff1a
@ -58,7 +58,8 @@ class ReceiveHandler
|
|||||||
p($result);
|
p($result);
|
||||||
if (is_array($json = json_decode($result, true))) {
|
if (is_array($json = json_decode($result, true))) {
|
||||||
p('===== 已返回xml加密内容 =====');
|
p('===== 已返回xml加密内容 =====');
|
||||||
return $service->reply($json, true, true);
|
p($json);
|
||||||
|
return $service->reply($json, true, $service->isEncrypt());
|
||||||
} else {
|
} else {
|
||||||
p('===== 直接回复返回的内容 =====');
|
p('===== 直接回复返回的内容 =====');
|
||||||
return $result;
|
return $result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user