Commit 2fd9887c by 杨昕

sdf

parent 59e21c17
Pipeline #9960 passed with stages
in 35 seconds
......@@ -12,7 +12,7 @@ class UsersController extends Controller
{
private $baseAuth = [
'develop' => 'http://zgadmin.in.d.eoffcn.com',
'test' => 'ttp://zgadmin.d.eoffcn.com',
'test' => 'http://zgadmin.d.eoffcn.com',
'master' => 'http://zgadmin.in.eoffcn.com',
];
......@@ -100,6 +100,8 @@ class UsersController extends Controller
if ($result['code']!=0){
$result = false;
}
}
if ($result){
......
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