调整播报时间

This commit is contained in:
黄志军
2021-11-13 23:34:32 +08:00
parent 085b0fb6a7
commit 5ea112d507
3 changed files with 5 additions and 17 deletions
+2 -2
View File
@@ -570,11 +570,11 @@ async function turntableFarm() {
// that.log('天天抽奖助力结果',lotteryMasterHelpRes.helpResult)
if ($.lotteryMasterHelpRes.helpResult.code === '0') {
that.log(`天天抽奖-助力${$.lotteryMasterHelpRes.helpResult.masterUserInfo.nickName}成功\n`)
} else if ($.lotteryMasterHelpRes.helpResult.code === '11') {
that.log(`天天抽奖-不要重复助力${$.lotteryMasterHelpRes.helpResult.masterUserInfo.nickName}\n`)
} else if ($.lotteryMasterHelpRes.helpResult.code === '13') {
that.log(`天天抽奖-助力${$.lotteryMasterHelpRes.helpResult.masterUserInfo.nickName}失败,助力次数耗尽\n`);
break;
} else if ($.lotteryMasterHelpRes.helpResult.code === '11') {
that.log(`天天抽奖-不要重复助力${$.lotteryMasterHelpRes.helpResult.masterUserInfo.nickName}\n`)
}
}
that.log(`---天天抽奖次数remainLotteryTimes----${remainLotteryTimes}`)