Compare commits
2 Commits
b2eb783dc1
...
479c309481
Author | SHA1 | Date | |
---|---|---|---|
![]() |
479c309481 | ||
![]() |
dbb012675a |
@ -438,7 +438,8 @@ export class PayFun {
|
|||||||
return sPrize
|
return sPrize
|
||||||
})
|
})
|
||||||
// 自选奖励过判断后,存入redis,6小时内支付有效 todo 6小时可能有些长
|
// 自选奖励过判断后,存入redis,6小时内支付有效 todo 6小时可能有些长
|
||||||
G.ioredis.setex(`pay:${payId}:${player.uid}`, 21600, JSON.stringify(selectPrize));
|
let prize = [...giftInfo.prize, ...selectPrize]
|
||||||
|
G.ioredis.setex(`pay:${payId}:${player.uid}`, 21600, JSON.stringify(prize));
|
||||||
}
|
}
|
||||||
|
|
||||||
//针对每日礼包的单独处理
|
//针对每日礼包的单独处理
|
||||||
|
Loading…
Reference in New Issue
Block a user