|
@@ -830,6 +830,7 @@ class UserCenter extends Base
|
|
|
$obj = new Changlian();
|
|
|
$notifyUrl = 'https://'.$_SERVER['SERVER_NAME'].'/index.php/api/Pay/ChanglianRechargeOrderNotify';//回调地址
|
|
|
$returnUrl = 'https://'.$_SERVER['SERVER_NAME'].'/web/h5';
|
|
|
+ print_r($returnUrl);die;
|
|
|
$result = $obj->changlian_pay();
|
|
|
$retrun_data['pay'] = $result;
|
|
|
$this->success('成功',$retrun_data);
|