Compare commits
2 Commits
05ea2e4213
...
892717ca09
Author | SHA1 | Date | |
---|---|---|---|
![]() |
892717ca09 | ||
![]() |
7af728b68c |
@ -250,7 +250,7 @@ export class PayFun {
|
|||||||
console.log("Christmasfun.payChristmas Error", e);
|
console.log("Christmasfun.payChristmas Error", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (payArgs && payArgs?.selectPrize) {
|
if (payArgs && payArgs?.htype && payArgs?.selectList) {
|
||||||
let selectPrize = await G.ioredis.get(`pay:${payId}:${player.uid}`);
|
let selectPrize = await G.ioredis.get(`pay:${payId}:${player.uid}`);
|
||||||
if (selectPrize) {
|
if (selectPrize) {
|
||||||
prize.push(...JSON.parse(selectPrize))
|
prize.push(...JSON.parse(selectPrize))
|
||||||
|
Loading…
Reference in New Issue
Block a user