浏览代码

Merge branch 'master' of https://git.bjtdba.com/shop/php

chengzhiyixia 1 年之前
父节点
当前提交
34aa229bc9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controller/api/Auth.php

+ 1 - 1
app/controller/api/Auth.php

@@ -961,7 +961,7 @@ class Auth extends BaseController
961 961
     function curl_java_login($phone){
962 962
         $curl = curl_init();
963 963
         curl_setopt_array($curl, array(
964
-            CURLOPT_URL => 'http://testshop.hxxfb.com/gateway/userCenter_service/userLogOnService/userPhoneLogOn',
964
+            CURLOPT_URL => 'http://shop.hxxfb.com/gateway/userCenter_service/userLogOnService/userPhoneLogOn',
965 965
             CURLOPT_RETURNTRANSFER => true,
966 966
             CURLOPT_ENCODING => '',
967 967
             CURLOPT_MAXREDIRS => 10,