KingRan 2022-02-26 17:49:58 +08:00
parent aca01774ca
commit 754325a95c
1 changed files with 1 additions and 7 deletions

View File

@ -132,12 +132,6 @@ async function jdFruit() {
await getTenWaterAward(); //领取10浇水奖励
await getWaterFriendGotAward(); //领取为2好友浇水奖励
await duck();
lnrun++;
if (lnrun == 10) {
console.log(`\n访问接口次数达到10次休息30秒.....\n`);
await $.wait(30 * 1000);
lnrun = 0;
}
if (!process.env.DO_TEN_WATER_AGAIN) {
console.log('执行再次浇水')
await doTenWaterAgain(); //再次浇水
@ -559,7 +553,7 @@ async function turntableFarm() {
}
}
}
console.log(`---天天抽奖次数remainLotteryTimes----${remainLotteryTimes}`)
console.log(`---天天抽奖次数----${remainLotteryTimes}`)
//抽奖
if (remainLotteryTimes > 0) {
console.log('开始抽奖')