军团活动:蛮夷入侵主动接口

This commit is contained in:
luying
2021-03-18 16:42:50 +08:00
parent 9bb07f5b21
commit 442a53359e
9 changed files with 257 additions and 38 deletions
+16
View File
@@ -148,4 +148,20 @@ export enum GUILD_ACTIVITY_STATUS {
WAITING = 0,
START = 1,
END = 2
}
// 积分获取类型
export enum GET_POINT_WAYS {
ROUND_START = 1,
ENEMY = 2, // 小兵
LITTLE_BOSS = 3, // 小boss
BOSS = 4, // 大boss
DEFENSE_SUCCESS = 5
}
// 敌军类型,和上面的相对应
export enum ENEMIES_TYPE {
ENEMY = 2, // 小兵
LITTLE_BOSS = 3, // 小boss
BOSS = 4, // 大boss
}
+1
View File
@@ -197,6 +197,7 @@ export const STATUS = {
// 军团活动 21100-21199
GUILD_ACTIVITY_NOT_OPEN: { code: 21100, simStr: '活动未开放' },
GATE_HP_IS_ZERO: { code: 21101, simStr: '城门已被击破' },
// 通用 30000 - 30099
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },