From 5d5d2ddba107d9e42f137811ae56d130193e14e2 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Tue, 21 Nov 2023 10:52:59 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=94=AF=E4=BB=98=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/pay/WeChatPayMerchantService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/service/pay/WeChatPayMerchantService.php b/app/common/service/pay/WeChatPayMerchantService.php index e7997fb..0fb595c 100644 --- a/app/common/service/pay/WeChatPayMerchantService.php +++ b/app/common/service/pay/WeChatPayMerchantService.php @@ -94,7 +94,7 @@ class WeChatPayMerchantService extends BasePayService ], 'attach' => $order['order_no'], ]); - + \think\facade\Log::info(['微信服务商APP支付api-config', $this->config]); $result = $response->toArray(false); \think\facade\Log::info(['微信服务商APP支付api-微信支付返回值', $result]); $this->checkResultFail($result);