From f8ad40e78d15d672002bc6303e5822b97f9cfec2 Mon Sep 17 00:00:00 2001 From: wangsq <358009775@qq.com> Date: Tue, 22 Dec 2020 13:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=87=E6=B0=B4=E6=B7=BB=E5=8A=A01s=E5=BB=B6?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E8=BF=9E=E7=BB=AD=E6=B5=87=E6=B0=B4=E6=97=B6?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=AE=B9=E6=98=93=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_fruit.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jd_fruit.js b/jd_fruit.js index aa3c08e1..716e133d 100644 --- a/jd_fruit.js +++ b/jd_fruit.js @@ -982,6 +982,9 @@ async function gotStageAwardForFarm(type) { } //浇水API async function waterGoodForFarm() { + await $.wait(1000); + console.log('等待了1秒'); + const functionId = arguments.callee.name.toString(); $.waterResult = await request(functionId); } @@ -991,7 +994,7 @@ async function initForTurntableFarm() { } async function lotteryForTurntableFarm() { await $.wait(2000); - console.log('等待了5秒') + console.log('等待了2秒'); $.lotteryRes = await request(arguments.callee.name.toString(), {type: 1, version: 4, channel: 1}); }