1212
This commit is contained in:
@@ -10,6 +10,14 @@ export class FightService {
|
||||
return await ApiService.Request("post", "/Fight/FightMonster", { type, monsterId, sign });
|
||||
}
|
||||
|
||||
/**
|
||||
* 角色战斗生成
|
||||
* GET /Fight/FightPerson
|
||||
*/
|
||||
static async FightPerson(no: string) {
|
||||
return await ApiService.Request("get", "/Fight/FightPerson", { no });
|
||||
}
|
||||
|
||||
/**
|
||||
* 战斗接口
|
||||
* POST /Fight/Fight
|
||||
|
||||
Reference in New Issue
Block a user