feat:黄旗酒馆

This commit is contained in:
xichaoyin 2024-01-10 18:23:42 +08:00
parent 273b1865c3
commit 950a048742
2 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,7 @@ export default async function (call: ApiCall<ReqFight, ResFight>) {
let mydata = await HQJGFun.getMydata(call, call.req.hdid);
// 开始战斗
let result: fightResult = await FightFun.fightNpc(call, hd.data.bossId, 'hqjg');
let result: fightResult = await FightFun.fightNpc(call, hd.data.boss.npcId, 'hqjg');
let up = false;
let today = HQJGFun.today(hd);

View File

@ -14,7 +14,10 @@ export interface Data {
}
huobi: atn // 抽卡货币
bossId: number // boss表的ID
boss: {
img: string
npcId: number
}
// boss排行邮件
bossRank_des: string