Browse Source

month pay

zz 5 năm trước cách đây
mục cha
commit
cc6a66b28c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/Libs/Helpers.php

+ 2 - 1
app/Libs/Helpers.php

@@ -626,6 +626,7 @@ function generateMonthOrderUrl($user_id){
     $ip = _getIp();
     $sign = _sign(compact('app_id','app_secret','plan_id','user_id','ip'),$key.$key);
     $sign = strtoupper($sign);
-    $url = 'http://pap.manyuedu.org/?'.http_build_query(compact('app_id','app_secret','plan_id','user_id','ip','sign'));
+    $return_web = 1;
+    $url = 'http://pap.manyuedu.org/?'.http_build_query(compact('app_id','app_secret','plan_id','user_id','ip','sign','return_web'));
     return $url;
 }