|
@@ -37,7 +37,7 @@ class JingXiuPayUtil extends Module
|
|
return $this->error('微信支付下单失败!' . $e->getMessage());
|
|
return $this->error('微信支付下单失败!' . $e->getMessage());
|
|
}
|
|
}
|
|
return $this->success('微信支付下单成功!', [
|
|
return $this->success('微信支付下单成功!', [
|
|
- 'type' => 'qrcode', 'page' => 'wxpay_h5', 'url' => CurlUtil::getHttp("?url={$code_url}")
|
|
|
|
|
|
+ 'type' => 'qrcode', 'page' => 'wxpay_h5', 'url' => CurlUtil::getHttp("/pay?url={$code_url}")
|
|
]);
|
|
]);
|
|
}
|
|
}
|
|
|
|
|