From 23599a77863ce8d9ffa30c5cf83d567130619318 Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 3 Aug 2026 17:56:58 +0800 Subject: [PATCH] test --- app/Services/WechatService.php | 1 + 1 file changed, 1 insertion(+) 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']);