增加帐号被封字典
This commit is contained in:
parent
0bdad1036b
commit
958fabf638
|
@ -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; // 帐号被封
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue