Compare commits

...

2 Commits

Author SHA1 Message Date
xichaoyin
bda3f74ce9 Merge branch 'feature/huangqijiuguan' into dev 2024-01-12 01:57:10 +08:00
xichaoyin
75e010bbc4 feat:黄旗酒馆 2024-01-12 01:56:59 +08:00

View File

@ -32,6 +32,7 @@ export default async function (call: ApiCall<ReqDuiHuan, ResDuiHuan>) {
// 检查消耗 // 检查消耗
await PlayerFun.checkNeedIsMeet(call, need); await PlayerFun.checkNeedIsMeet(call, need);
await PlayerFun.cutNeed(call, need);
// 发送奖励 // 发送奖励
await PlayerFun.sendPrize(call, prize); await PlayerFun.sendPrize(call, prize);
// 记录兑换次数 // 记录兑换次数