Commit 983b040b by 陶光胜

添加错误code

parent 474615dc
......@@ -37,7 +37,10 @@ public enum ErrorCode implements Error{
NOT_SUPPORT("0009", "不支持文本类型"),
ENTERPRISE_EMPTY("0010", "企业id不能为空"),
UNKNOWN_ERROR("9999", "未知错误"),
LOGIN_ERR("0011", "用户名或密码错误");
LOGIN_ERR("0011", "用户名或密码错误"),
AUTHCODE_ERR("0012", "验证码异常"),
AUTHCODE_EXPIRE("0013", "验证码失效"),
AUTHCODE_MISTAKE("0014", "验证码错误");
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