feat(domain): 添加 gvg 部分返回值和状态码

This commit is contained in:
liangtongchuan
2023-02-17 10:58:06 +08:00
committed by luying
parent 9ffd856c17
commit 7d1c39a064
2 changed files with 9 additions and 1 deletions
+7 -1
View File
@@ -346,4 +346,10 @@ export class LeagueFarmMember {
this.count = mines.length;
this.output = mines.reduce((pre, cur) => (pre + cur.output||0), 0);
}
}
}
export interface LeagueGood {
itemType: number,
id: number,
count: number
}