演武台:添加重置接口

This commit is contained in:
luying
2021-10-20 19:08:42 +08:00
parent 237c2ffa1f
commit a5a4604b61
4 changed files with 55 additions and 34 deletions

View File

@@ -221,6 +221,7 @@ export const STATUS = {
RACE_HAS_JOIN: { code: 21107, simStr: '已登机' },
CITY_IS_GUARD: { code: 21108, simStr: '活动已开启' },
CAN_NOT_DECLARE: { code: 21109, simStr: '该城池不可宣战' },
CHALLENGE_TIME_NOT_NEED_RESET: { code: 21110, simStr: '不需要重置' },
// 通用 30000 - 30099
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },