Commit 1f57b3bd authored by yinxiaoling's avatar yinxiaoling

调用地址aic改为193

parent d4907724
......@@ -33,7 +33,7 @@ class LoginApiController extends Controller
}
//调用小a登录接口
$url = "https://aic.ciopaas.com/api/login";
$url = "https://ai193.ciopaas.com/api/login";
$params = ['username'=>$param['username'],'password'=>$param['password'],'from'=>"2"];
$params['url'] = substr(md5(json_encode($params)),1,8);
$requestReturn = $this->requestPost($url,$params);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment