诸侯混战添加检查cityId

This commit is contained in:
luying
2022-08-24 13:35:28 +08:00
parent bdd12b9b61
commit a97dda900d
2 changed files with 3 additions and 1 deletions

View File

@@ -261,6 +261,7 @@ export const STATUS = {
CITY_IS_GUARD: { code: 21108, simStr: '活动已开启' },
CAN_NOT_DECLARE: { code: 21109, simStr: '该城池不可宣战' },
CHALLENGE_TIME_NOT_NEED_RESET: { code: 21110, simStr: '不需要重置' },
CITY_NOT_FOUND: { code: 21111, simStr: '未找到该城池' },
// 名将擂台
LADDER_NOT_OPEN: { code: 21200, simStr: '请先布置防守阵容' },