Parcourir la source

请求地址变更

xialei il y a 1 an
Parent
commit
148dd243b6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,