From d0d9af01565d4ecf30490b8249fbed0e1a3604b2 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Mon, 24 Jul 2023 14:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95app=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/pay/WeChatPayService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/service/pay/WeChatPayService.php b/app/common/service/pay/WeChatPayService.php index 5e4ad3c2a..255d927a0 100755 --- a/app/common/service/pay/WeChatPayService.php +++ b/app/common/service/pay/WeChatPayService.php @@ -367,7 +367,7 @@ class WeChatPayService extends BasePayService $server = $this->app->getServer(); // 支付通知 $server->handlePaid(function (Message $message) { - Log::info('wechat pay notify', $message); + Log::info('wechat pay notify: ' . json_encode($message)); if ($message['trade_state'] === 'SUCCESS') { $extra['transaction_id'] = $message['transaction_id']; $attach = $message['attach'];