正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -64,8 +64,8 @@ class LoginController extends BaseController | @@ -64,8 +64,8 @@ class LoginController extends BaseController | ||
| 64 | 'mobile.required' => '参数错误', | 64 | 'mobile.required' => '参数错误', |
| 65 | ]); | 65 | ]); |
| 66 | $userLogic = new UserLoginLogic(); | 66 | $userLogic = new UserLoginLogic(); |
| 67 | - $userLogic->projectLogin(); | ||
| 68 | - $this->response('success'); | 67 | + $info = $userLogic->projectLogin(); |
| 68 | + $this->response('success',Code::SUCCESS,$info); | ||
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | /** | 71 | /** |
-
请 注册 或 登录 后发表评论