mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
fix
This commit is contained in:
parent
9b3f720cc2
commit
940000d715
@ -628,7 +628,9 @@ async function turntableFarm() {
|
|||||||
console.log('天天抽奖-不能自己给自己助力\n')
|
console.log('天天抽奖-不能自己给自己助力\n')
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
await lotteryMasterHelp(code);
|
await lotteryMasterHelp(code);
|
||||||
|
if ($.lotteryMasterHelpRes.helpResult) {
|
||||||
// console.log('天天抽奖助力结果',lotteryMasterHelpRes.helpResult)
|
// console.log('天天抽奖助力结果',lotteryMasterHelpRes.helpResult)
|
||||||
if ($.lotteryMasterHelpRes.helpResult.code === '0') {
|
if ($.lotteryMasterHelpRes.helpResult.code === '0') {
|
||||||
console.log(`天天抽奖-助力${$.lotteryMasterHelpRes.helpResult.masterUserInfo.nickName}成功\n`)
|
console.log(`天天抽奖-助力${$.lotteryMasterHelpRes.helpResult.masterUserInfo.nickName}成功\n`)
|
||||||
@ -639,6 +641,7 @@ async function turntableFarm() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
console.log(`---天天抽奖次数remainLotteryTimes----${remainLotteryTimes}次`)
|
console.log(`---天天抽奖次数remainLotteryTimes----${remainLotteryTimes}次`)
|
||||||
//抽奖
|
//抽奖
|
||||||
if (remainLotteryTimes > 0) {
|
if (remainLotteryTimes > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user