zhangguidong 2 anni fa
parent
commit
6d36967f15
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      application/api/controller/UserCenter.php

+ 1 - 0
application/api/controller/UserCenter.php

@@ -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);