增加帐号被封字典

This commit is contained in:
shuzheng 2017-01-21 00:21:33 +08:00
parent 0bdad1036b
commit 958fabf638
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ public class SystemConstant {
public static final int ERROR_ACCOUNT = 10003; // 帐号或密码错误
public static final int ERROR_USERNAME = 10004; // 帐号不存在
public static final int ERROR_PASSWORD = 10005; // 密码错误
public static final int INVALID_ACCOUNT = 10006; // 帐号被封
}