This commit is contained in:
2023-03-07 18:34:50 +08:00
parent 8936a69769
commit 8829a29da3
2 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ class WechatPay
$app = $this->createApp();
$options['notify_url'] = env('DOMAIN_NAME_DEV') . $this->config['refund_notify_url'];
dump($options);die;
$response = $app->getClient()->postJson("v3/refund/domestic/refunds", $options);
if ($response->isFailed()) {
// 出错了,处理异常