1
0
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:
Anyon 2019-07-15 15:09:48 +08:00
parent 3d7adf6c7f
commit 358350899b

@ -63,6 +63,8 @@ class ReceiveHandler
p('===== 直接回复返回的内容 =====');
return $result;
}
} else {
p('服务端没有任何内容返回');
}
} catch (\Exception $e) {
\think\facade\Log::error("微信{$appid}接口调用异常,{$e->getMessage()}");