diff --git a/jd_fruit_task.js b/jd_fruit_task.js index ef0b9c2..e1d3f75 100644 --- a/jd_fruit_task.js +++ b/jd_fruit_task.js @@ -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('开始抽奖')