add 支付回调逻辑

This commit is contained in:
chenbo 2023-11-21 10:52:59 +08:00
parent 97534ec292
commit 5d5d2ddba1
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class WeChatPayMerchantService extends BasePayService
], ],
'attach' => $order['order_no'], 'attach' => $order['order_no'],
]); ]);
\think\facade\Log::info(['微信服务商APP支付api-config', $this->config]);
$result = $response->toArray(false); $result = $response->toArray(false);
\think\facade\Log::info(['微信服务商APP支付api-微信支付返回值', $result]); \think\facade\Log::info(['微信服务商APP支付api-微信支付返回值', $result]);
$this->checkResultFail($result); $this->checkResultFail($result);