diff --git a/app/Services/WechatService.php b/app/Services/WechatService.php index 9b1dae5..355b73c 100644 --- a/app/Services/WechatService.php +++ b/app/Services/WechatService.php @@ -2004,6 +2004,7 @@ class WechatService $response = $client->post($url, $options); $content = $response->getBody(); $res = json_decode($content, true); + Log::info($res); if ($res && isset($res['code'])) { if ($res['code']) { throw new Exception($res['message']);