Commit 969ac0e3 by 陶光胜

init

parent f16e1d3a
......@@ -42,7 +42,8 @@ public enum ErrorCode implements Error{
AUTHCODE_EXPIRE("0013", "验证码失效"),
AUTHCODE_MISTAKE("0014", "验证码错误"),
AUTHCODE_USED("0015", "验证码已经被使用"),
LOGIN_INVALID("6666", "登录信息失效,请重新登录");
LOGIN_INVALID("6666", "登录信息失效,请重新登录"),
ISNEEDNEWVERSION("0016", "保存后需提交小程序审核后方可生效。提交流程请联系相关项目经理");
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