zhangguidong 2 éve
szülő
commit
c0f3134cca
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      application/api/controller/UserCenter.php

+ 2 - 2
application/api/controller/UserCenter.php

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