武将:抽象武将创建接口
This commit is contained in:
@@ -87,7 +87,7 @@ export async function checkBattleHeroesByHid(roleId: string, heroes: Array<numbe
|
||||
let hero = findHeroes.find(cur => cur.hid == hid);
|
||||
if (!hero) flag = false;
|
||||
}
|
||||
return flag;
|
||||
return { isOK: flag, heroes: findHeroes };
|
||||
}
|
||||
|
||||
export async function updateWarStar(roleId: string, battleId: number, warType: number, star: number) {
|
||||
|
||||
Reference in New Issue
Block a user