Commit cc855e8b by guojuxing

添加错误码:登录信息失效,请重新登录

parent bb80fa18
......@@ -41,7 +41,8 @@ public enum ErrorCode implements Error{
AUTHCODE_ERR("0012", "验证码异常"),
AUTHCODE_EXPIRE("0013", "验证码失效"),
AUTHCODE_MISTAKE("0014", "验证码错误"),
AUTHCODE_USED("0015", "验证码已经被使用");
AUTHCODE_USED("0015", "验证码已经被使用"),
LOGIN_INVALID("6666", "登录信息失效,请重新登录");
private String code;
......
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