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