Merge branch 'feature/huangqijiuguan' into dev

This commit is contained in:
xichaoyin 2024-01-12 01:57:10 +08:00
commit bda3f74ce9

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);
// 记录兑换次数 // 记录兑换次数