远征:一键碾压

This commit is contained in:
luying
2022-07-20 14:10:12 +08:00
parent c410727430
commit 220c635ff1
6 changed files with 90 additions and 5 deletions

View File

@@ -86,6 +86,7 @@ export const STATUS = {
EXPEDITION_POINT_RECORD_NOT_FOUND: { code: 20409, simStr: '点数宝箱已刷新' },
EXPEDITION_POINT_NEED_ALL_RECEIVED: { code: 20410, simStr: '宝箱需要领取完才可以刷新' },
EXPEDITION_RESET_NUM_NOT_ENOUGH: { code: 20411, simStr: '重置次数不足' },
EXPEDITION_SKIP_POWER_NOT_ENOUGH: { code: 20412, simStr: '未购买月卡或战力不足不可跳过' },
// 天梯 20500 - 20599
TOWER_RESET_ERR: { code: 20501, simStr: '只能重置当前层' },
TOWER_INFO_NOT_FOUND: { code: 20502, simStr: '镇念塔层数异常' },