From 13ade44c15bb7cc2e89e1f84d0d818a920ec45c7 Mon Sep 17 00:00:00 2001 From: any Date: Wed, 13 Jan 2021 10:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E7=8E=B0=E9=87=91=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=80=9B=E9=9A=90=E8=97=8F=E4=BB=BB=E5=8A=A1=E5=BE=97=E9=9A=8F?= =?UTF-8?q?=E6=9C=BA=E5=8A=A9=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_cash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_cash.js b/jd_cash.js index f094049e..18bb18df 100644 --- a/jd_cash.js +++ b/jd_cash.js @@ -128,7 +128,7 @@ function index(info=false) { await $.wait(5000) } } - else if (task.type === 16 || task.type===3 || task.type===5 || task.type===17) { + else if (task.type === 16 || task.type===3 || task.type===5 || task.type===17 || task.type===21) { for (let i = task.doTimes; i < task.times; ++i) { console.log(`去做${task.name}任务 ${i+1}/${task.times}`) await doTask(task.type, task.jump.params.url)