商店:玩家等级限制

This commit is contained in:
luying
2022-04-20 16:48:42 +08:00
parent d9956a5754
commit ce20af43c5
4 changed files with 118 additions and 1 deletions

View File

@@ -391,6 +391,7 @@ export const STATUS = {
ITEM_NOT_SOUL: { code: 30902, simStr: '该物品不是将魂' },
SKIN_HAS_NOT_HERO: { code: 30903, simStr: '未拥有该武将不可获得皮肤' },
HERO_NOT_MAX: { code: 30904, simStr: '该武将未升满星' },
LV_LIMIT: { code: 30905, simStr: '玩家等级不足' },
// 任务相关 31001-31100
TASK_NOT_REACH_CONDITION: { code: 31001, simStr: '任务不满足条件' },