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);