军团活动:粮草先行还缺event记录和权限限制

This commit is contained in:
luying
2021-03-27 19:27:49 +08:00
parent 2afc250fd6
commit 2ea59fc3a3
15 changed files with 519 additions and 97 deletions

View File

@@ -207,6 +207,7 @@ export const STATUS = {
CHALLENGE_TIME_NOT_REACH: { code: 21104, simStr: '挑战冷却中' },
HAS_NOT_DECLARED: { code: 21105, simStr: '军团还未宣战过' },
GUILD_ACTIVITY_IS_OPEN: { code: 21106, simStr: '活动已开启' },
RACE_HAS_JOIN: { code: 21107, simStr: '已登机' },
// 通用 30000 - 30099
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },