From 1af2e1ed8e5509bd14bf4934c72eec394bcb6240 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Thu, 31 Dec 2020 14:43:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=A4=A7=E5=BB=B6=E8=BF=9F=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_bean_home.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jd_bean_home.js b/jd_bean_home.js index dc5c8858..666ad746 100644 --- a/jd_bean_home.js +++ b/jd_bean_home.js @@ -119,7 +119,7 @@ async function jdBeanHome() { // } do { await doTask2() - await $.wait(1000) + await $.wait(3000) } while (!$.doneState) await $.wait(1000) await award("feeds") @@ -153,6 +153,7 @@ function doTask2() { } else if (data.code === '0' && data.errorCode === 'HT201') { $.doneState = true } else { + //HT304风控用户 $.doneState = true console.log(`做任务异常:${JSON.stringify(data)}`) }