Commit e797c23f authored by hezhen's avatar hezhen

Merge branch 'master_guanjia' into dev

parents d5ae965d a76a26b2
...@@ -201,7 +201,7 @@ public class AuthController { ...@@ -201,7 +201,7 @@ public class AuthController {
data.put("token",token); data.put("token",token);
}else { }else {
data.put("status",ResultCode.FAILED_CODE); data.put("status",ResultCode.FAILED_CODE);
data.put("message","登录失败"); data.put("message","非内部员工,无法登录");
} }
} }
} }
......
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