111
This commit is contained in:
@@ -35,4 +35,12 @@ export class FightService {
|
||||
static async UseFightDrug(fightId: string, drugId: string) {
|
||||
return await ApiService.Request("get", "/Fight/UseFightDrug", { fightId, drugId });
|
||||
}
|
||||
|
||||
/**
|
||||
* 战斗信息
|
||||
* GET /Fight/GetFightMsg
|
||||
*/
|
||||
static async GetFightMsg(fightId: string) {
|
||||
return await ApiService.Request("get", "/Fight/GetFightMsg", { fightId });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user