fixed bug

This commit is contained in:
yanwenwu
2020-05-19 08:22:48 +08:00
parent 9da4072b30
commit 64ce1243b4
3 changed files with 23 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ class Code
public const LOGIN_FAILED = 10004; // 登录失败
public const FAILED = 10005; // 操作失败
public const LOGIN_EXPIRED = 10006; // 登录失效
public const LOGIN_BLACKLIST = 10007; // 黑名单
}