商店:添加名将擂台限制

This commit is contained in:
luying
2022-08-12 14:19:35 +08:00
parent 8a1ce473ed
commit 40e228ca42
4 changed files with 13 additions and 1 deletions

View File

@@ -417,6 +417,7 @@ export const STATUS = {
HERO_NOT_MAX: { code: 30904, simStr: '该武将未升满星' },
LV_LIMIT: { code: 30905, simStr: '玩家等级不足' },
CAN_NOT_PURCHASE: { code: 30906, simStr: '该商品不可使用该购买方式' },
LADDER_LV_LIMIT: { code: 30907, simStr: '名将擂台等级不足' },
// 任务相关 31001-31100
TASK_NOT_REACH_CONDITION: { code: 31001, simStr: '任务不满足条件' },