正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -63,7 +63,7 @@ class User extends Base | @@ -63,7 +63,7 @@ class User extends Base | ||
| 63 | //密码加密 | 63 | //密码加密 |
| 64 | $param['password'] = base64_encode(md5($param['password'])); | 64 | $param['password'] = base64_encode(md5($param['password'])); |
| 65 | $info = $this->read(['mobile'=>$param['mobile'] | 65 | $info = $this->read(['mobile'=>$param['mobile'] |
| 66 | - ,'password'=>$param['password'],'status'=>0], ['id','mobile','role_id','token','name']); | 66 | + ,'password'=>$param['password'],'status'=>0], ['id','mobile','role_id','token','name','project_id']); |
| 67 | }else{ | 67 | }else{ |
| 68 | //TODO::验证验证码是否正确 | 68 | //TODO::验证验证码是否正确 |
| 69 | $info = $this->read(['mobile'=>$param['mobile']],['*']); | 69 | $info = $this->read(['mobile'=>$param['mobile']],['*']); |
-
请 注册 或 登录 后发表评论