This commit is contained in:
Putoo
2026-07-08 19:13:55 +08:00
parent 5d0ebe5077
commit fe2696074b
59 changed files with 1448 additions and 112 deletions

View File

@@ -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