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}); }