Commit a76a26b2 authored by hezhen's avatar hezhen

123

parent 625ed368
...@@ -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