军团活动:修复粮草先行

This commit is contained in:
luying
2021-03-30 18:07:04 +08:00
parent ba5e139bee
commit 0d7a873a34
16 changed files with 202 additions and 104 deletions
+2
View File
@@ -208,6 +208,8 @@ export const STATUS = {
HAS_NOT_DECLARED: { code: 21105, simStr: '军团还未宣战过' },
GUILD_ACTIVITY_IS_OPEN: { code: 21106, simStr: '活动已开启' },
RACE_HAS_JOIN: { code: 21107, simStr: '已登机' },
CITY_IS_GUARD: { code: 21108, simStr: '活动已开启' },
CAN_NOT_DECLARE: { code: 21109, simStr: '该城池不可宣战' },
// 通用 30000 - 30099
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },