|
@@ -1189,7 +1189,7 @@ class UserCenter extends Base
|
|
|
case 'wx':
|
|
|
$obj = new Changlian();
|
|
|
$notifyUrl = 'https://'.$_SERVER['SERVER_NAME'].'/index.php/api/Pay/ChanglianRechargeOrderNotify';//回调地址
|
|
|
- $returnUrl = 'https://'.$_SERVER['SERVER_NAME'].'/web/h5';
|
|
|
+ $returnUrl = 'https://'.$_SERVER['SERVER_NAME'].'/web/h5/';
|
|
|
$result = $obj->changlian_pay($total_fee,$order_no,$notifyUrl,$returnUrl);
|
|
|
if(empty($result)){
|
|
|
$com = false;
|
|
@@ -1232,7 +1232,7 @@ class UserCenter extends Base
|
|
|
case 'zfb':
|
|
|
$obj = new Moyun();
|
|
|
$notifyUrl = 'https://'.$_SERVER['SERVER_NAME'].'/index.php/api/Pay/moyunRechargeOrderNotify';//回调地址
|
|
|
- $returnUrl = 'https://'.$_SERVER['SERVER_NAME'].'/web/h5';
|
|
|
+ $returnUrl = 'https://'.$_SERVER['SERVER_NAME'].'/web/h5/';
|
|
|
$result = $obj->alipay($body,$order_no,$total_fee,'',$notifyUrl,$returnUrl);
|
|
|
if(empty($result)){
|
|
|
$com = false;
|