获得试炼奖励

This commit is contained in:
mamengke01
2021-02-02 14:41:10 +08:00
parent ec870dbd2e
commit 5da98956b9
7 changed files with 64 additions and 27 deletions

View File

@@ -96,3 +96,14 @@ export interface pvpEndParamInter {
heal: number;
underDamage: number;
}
export interface Uid {
uid: string;
sid: string;
}
export interface pushMail {
route: string;
data:any[];
uids:Uid[];
}