feat(防破解): 防加速和防跳过

This commit is contained in:
luying
2023-08-03 16:39:26 +08:00
parent 8c2be216dd
commit 34c5f4b2ce
9 changed files with 124 additions and 16 deletions

View File

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