🐞 fix(37需求): 注销冷却提示需求

This commit is contained in:
luying
2023-04-18 17:28:44 +08:00
parent e071b411bc
commit 3bf0f7a35e
3 changed files with 18 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ export const STATUS = {
SERVER_STOP_REGISTER: { code: 10020, simStr: '服务器已停止注册' },
ROLE_CLOSE_TIME_OVER: { code: 10021, simStr: '该账号已注销不可再取消' },
ROLE_CLOSED: { code: 10022, simStr: '该账号已注销' },
ROLE_CLOSE_COOL_DOWN: { code: 10023, simStr: '注销冷却中' },
// 战斗相关状态 20000 - 29999
// 战斗通用 20000 - 20099
BATTLE_MISS_INFO: { code: 20001, simStr: '缺少关卡信息' },