活动:成长活动统计任务,领取奖励接口

This commit is contained in:
qiaoxin
2021-04-23 18:19:19 +08:00
parent eabfd1cdfd
commit 8d769c8efc
23 changed files with 1086 additions and 665 deletions

View File

@@ -20,8 +20,8 @@ export interface EquipInter {
};
export interface BagInter {id: number, itemName: string, count: number, type: number, hid:number, times?: number};
export interface ItemInter {id?: number, count?: number, seqId?: number, type?: number};
export interface BagInter { id: number, itemName: string, count: number, type: number, hid: number, times?: number };
export interface ItemInter { id?: number, count?: number, seqId?: number, type?: number };
// 百家学宫,布阵武将位置
export interface SclPosInter {
@@ -66,16 +66,16 @@ export interface oppHeroesDefenseInter {
initial_ai: number; // ai类型
attribute: Attribute;
star: number; // 星级
skill: string|number; // 技能
skill: string | number; // 技能
seid: string; // 技能
spine: string|number; // 动画
spine: string | number; // 动画
}
export interface pvpEndParamInter {
hid: number;
damage: number;
heal: number;
hid: number;
damage: number;
heal: number;
underDamage: number;
}
@@ -99,4 +99,4 @@ export interface mailData {
status: number;
mailType: number;
sendName: string;
}
}