2
This commit is contained in:
@@ -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()) {
|
||||
// 出错了,处理异常
|
||||
|
||||
Reference in New Issue
Block a user