feat(gvg): 添加贡献等接口

This commit is contained in:
luying
2023-01-06 21:15:06 +08:00
parent 6cc38053e7
commit 0530f931bc
17 changed files with 301 additions and 49 deletions

View File

@@ -305,6 +305,9 @@ export const STATUS = {
LEAGUE_CODE_ERR: { code: 31314, simStr: '不能解散其他联军' },
GVG_HE_HAS_NO_AUTH: { code: 21300, simStr: '对方权限不足' },
LEAGUE_NAME_DUP: { code: 21301, simStr: '联军名重复' },
GVG_HAS_CHOOSE_JOB: { code: 21302, simStr: '已经选择过职能' },
GVG_NOT_PREPARE_PERIOD: { code: 21303, simStr: '您只能在准备期进行该操作' },
GVG_JOB_LIMIT: { code: 21304, simStr: '职能选择达到上限' },
// 通用 30000 - 30099
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },