This commit is contained in:
dy 2023-12-22 00:22:54 +08:00
parent c695388208
commit ba2c49868f

View File

@ -244,7 +244,7 @@ export class PayFun {
let prizePayId = `zuanshi_${conf.money}`
payArgs.toPrizePayId = prizePayId
conf = this.replacePrizeToChongzhi(prizePayId, conf)
prize = [...conf.prize]
prize = conf.prize;
}
await PlayerFun.sendPrize(call, prize);
@ -292,7 +292,7 @@ export class PayFun {
* @param payId
* @param conf
*/
static async replacePrizeToChongzhi(payId, conf) {
static replacePrizeToChongzhi(payId, conf) {
return {
id: payId,
money: conf.money,