diff --git a/shared/consts/statusCode.ts b/shared/consts/statusCode.ts index 6eb179cfd..7785af7cd 100644 --- a/shared/consts/statusCode.ts +++ b/shared/consts/statusCode.ts @@ -125,21 +125,21 @@ export const STATUS = { COM_BATTLE_BE_KICKED: { code: 20634, simStr: '您已被队伍踢出,无法加入'}, COM_BATTLE_CREATE_CE_LIMIT: { code: 20635, simStr: '你的战力不足,不可设置该级别限制' }, // 共斗藏宝图合成 - COM_BLUEPRT_QUALITY_CANNOT_COMPOSE: { code: 20630, simStr: '该品质藏宝图不可合成' }, - COM_BLUEPRT_COUNT_ERROR: { code: 20631, simStr: '材料数量不足' }, - COM_BLUEPRT_QUALITY_ERROR: { code: 20632, simStr: '品质错误' }, + COM_BLUEPRT_QUALITY_CANNOT_COMPOSE: { code: 20650, simStr: '该品质藏宝图不可合成' }, + COM_BLUEPRT_COUNT_ERROR: { code: 20651, simStr: '材料数量不足' }, + COM_BLUEPRT_QUALITY_ERROR: { code: 20652, simStr: '品质错误' }, // 秘境 20700 - 20799 DUNGEON_REFRESH_TIMES_LACK: { code: 20701, simStr: '购买次数不足' }, DUNGEON_TIMES_LACK: { code: 20701, simStr: '挑战次数不足' }, // PVP 20800-20899 - PVP_ROLE_NOT_FOUND: { code: 20700, simStr: '未找到该对手' }, - PVP_NOT_OPEN: { code: 20701, simStr: 'pvp尚未开启' }, - PVP_REFRESH_CNT_REACH_MAX: { code: 20702, simStr: '刷新对手次数超过最大值' }, - PVP_NOT_REACH_BOX_SCORE: { code: 20703, simStr: '未达到宝箱领取军功' }, - PVP_BOX_IS_GOT: { code: 20704, simStr: '宝箱已经领取' }, - PVP_CHALLENGE_TIMES_NOT_ENOUGH: { code: 20705, simStr: '挑战次数不足' }, + PVP_ROLE_NOT_FOUND: { code: 20800, simStr: '未找到该对手' }, + PVP_NOT_OPEN: { code: 20801, simStr: 'pvp尚未开启' }, + PVP_REFRESH_CNT_REACH_MAX: { code: 20802, simStr: '刷新对手次数超过最大值' }, + PVP_NOT_REACH_BOX_SCORE: { code: 20803, simStr: '未达到宝箱领取军功' }, + PVP_BOX_IS_GOT: { code: 20804, simStr: '宝箱已经领取' }, + PVP_CHALLENGE_TIMES_NOT_ENOUGH: { code: 20805, simStr: '挑战次数不足' }, // 军团 20900-20999 GUILD_AUTH_NOT_ENOUGH: { code: 20900, simStr: '权限不足' },