Explorar o código

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

chengzhiyixia hai 1 ano
pai
achega
34aa229bc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controller/api/Auth.php

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

@@ -961,7 +961,7 @@ class Auth extends BaseController
961
     function curl_java_login($phone){
961
     function curl_java_login($phone){
962
         $curl = curl_init();
962
         $curl = curl_init();
963
         curl_setopt_array($curl, array(
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
             CURLOPT_RETURNTRANSFER => true,
965
             CURLOPT_RETURNTRANSFER => true,
966
             CURLOPT_ENCODING => '',
966
             CURLOPT_ENCODING => '',
967
             CURLOPT_MAXREDIRS => 10,
967
             CURLOPT_MAXREDIRS => 10,