From d8f7fb4d28fbb7e9dde1b3d88eea716a3b7738ca Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Mon, 8 Mar 2021 17:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=80=E5=A4=A9.=20?= =?UTF-8?q?=E6=94=B9=E6=88=90=E6=8D=A215=E4=BA=AC=E8=B1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_firecrackers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_firecrackers.js b/jd_firecrackers.js index 5e08a035..2be8ce06 100644 --- a/jd_firecrackers.js +++ b/jd_firecrackers.js @@ -21,7 +21,7 @@ cron "10 8,21 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master */ const $ = new Env('她的节享京豆'); const notify = $.isNode() ? require('./sendNotify') : ''; -let notifyBean = 35 +let notifyBean = 15 const jdCookieNode = $.isNode() ? require('./jdCookie.js') : ''; //Node.js用户请在jdCookie.js处填写京东ck; //IOS等用户直接用NobyDa的jd cookie @@ -190,7 +190,7 @@ function doTask(taskId) { } function draw() { - let body = `level=2&type=2` + let body = `level=1&type=2` return new Promise(resolve => { $.get(taskUrl('family_draw', body), async (err, resp, data) => { try {