Commit 42d30ed5 by 陶光胜

init

parent a3174663
......@@ -36,7 +36,8 @@ public enum ErrorCode implements Error{
NOT_SUPPORT("0009", "不支持文本类型"),
ENTERPRISE_EMPTY("0010", "企业id不能为空"),
UNKNOWN_ERROR("9999", "未知错误");
UNKNOWN_ERROR("9999", "未知错误"),
LOGIN_ERR("0011", "用户名或密码错误");
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