From c386ac7b08a97e35d5cffb6ca331fe6577535e07 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Sat, 23 Sep 2023 15:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BF=9D=E8=AF=81=E9=87=91?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/services/WechatService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crmeb/services/WechatService.php b/crmeb/services/WechatService.php index 57f03bd5..6cf9de01 100644 --- a/crmeb/services/WechatService.php +++ b/crmeb/services/WechatService.php @@ -592,6 +592,7 @@ class WechatService return $this->application->payment->handleNotify(function ($notify, $successful) { Log::info('微信支付成功回调' . var_export($notify, 1)); if (!$successful) return false; + Log::info('微信支付成功回调111' . var_export($notify, 1)); try { event('pay_success_' . $notify['attach'], ['order_sn' => $notify['out_trade_no'], 'data' => $notify, 'is_combine' => 0]); } catch (\Exception $e) { @@ -607,6 +608,7 @@ class WechatService return $this->application->v3Pay->handleNotify(function ($notify, $successful) { Log::info('微信支付成功回调' . var_export($notify, 1)); if (!$successful) return false; + Log::info('微信支付成功回调222' . var_export($notify, 1)); try { event('pay_success_' . $notify['attach'], ['order_sn' => $notify['out_trade_no'], 'data' => $notify, 'is_combine' => 0]); } catch (\Exception $e) {