feat(gvg): 激战期接口详细返回

This commit is contained in:
luying
2023-02-13 20:58:01 +08:00
parent ab0b7aa9ae
commit 26832196b6
14 changed files with 917 additions and 214 deletions

View File

@@ -367,6 +367,8 @@ export const STATUS = {
GVG_TEAM_ATTACKING: { code: 21405, simStr: '您的编队正在攻击冷却中' },
GVG_TEAM_DEFENSEING: { code: 21406, simStr: '选择的编队正在防守冷却中' },
GVG_BATTLEREC_NOT_FOUND: { code: 21407, simStr: '未找到该记录' },
GVG_AREA_NOT_IN_CITY: { code: 21408, simStr: '选择区域不在这座城池中' },
GVG_TEAM_NOT_FOUND: { code: 21409, simStr: '未找到这个队伍' },
// 通用 30000 - 30099
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },