add 支付回调逻辑
This commit is contained in:
parent
97534ec292
commit
5d5d2ddba1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue