✨ feat(domain): 添加 gvg 部分返回值和状态码
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user