满足条件开启功能推送,详细功能校验暂缺
This commit is contained in:
@@ -292,3 +292,12 @@ export const REDIS_KEY = {
|
||||
USER_INFO: "userInfo", // 玩家缓存信息
|
||||
TOWER_RANK: "towerRank" // 天梯排行榜
|
||||
}
|
||||
|
||||
export const FUNC_OPT_TYPE = {
|
||||
LEVEL_UP: 1,
|
||||
BATTLE_END: 2
|
||||
}
|
||||
|
||||
export const FUNCS_ID = {
|
||||
EVENT: 1
|
||||
}
|
||||
@@ -121,5 +121,6 @@ export const STATUS = {
|
||||
GM_ROLE_NOT_FOUND: { code: 60010, simStr: '未找到该玩家' },
|
||||
GM_HERO_NOT_FOUND: { code: 60011, simStr: '未找到武将' },
|
||||
GM_PVP_DEFENSE_NOT_FOUND: { code: 60012, simStr: '该玩家未保存防守阵' },
|
||||
GM_PVP_DEFENSE_HERO_NOT_FOUND: { code: 60013, simStr: '该守阵没有该武将' }
|
||||
GM_PVP_DEFENSE_HERO_NOT_FOUND: { code: 60013, simStr: '该守阵没有该武将' },
|
||||
GM_JSON_FORMAT_ERR: { code: 60005, simStr: 'json格式错误' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user