|
...
|
...
|
@@ -64,8 +64,8 @@ class LoginController extends BaseController |
|
|
|
'mobile.required' => '参数错误',
|
|
|
|
]);
|
|
|
|
$userLogic = new UserLoginLogic();
|
|
|
|
$userLogic->projectLogin();
|
|
|
|
$this->response('success');
|
|
|
|
$info = $userLogic->projectLogin();
|
|
|
|
$this->response('success',Code::SUCCESS,$info);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|