From 9627e77aabfe7a9e3e7d2837eba2d7da5dc4faa2 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Wed, 11 Nov 2020 20:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=9F=E6=8E=A8=E5=AE=98=E7=9A=84=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E6=97=B6=E9=97=B4=E8=A2=AB=E5=87=8F=E5=B0=91=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E5=A4=A9=E3=80=82=E7=8E=B0=E4=B8=BA11=E6=97=A523:59:5?= =?UTF-8?q?9=E7=BB=93=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_xtg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_xtg.js b/jd_xtg.js index 40672c66..ffc150fe 100644 --- a/jd_xtg.js +++ b/jd_xtg.js @@ -7,7 +7,7 @@ /** 星推官脚本 https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_xtg.js 星推官活动地址:https://prodev.m.jd.com/mall/active/3gSzKSnvrrhYushciUpzHcDnkYE3/index.html - 活动时间:2020年10月21日 00:00:00-2020年11月12日 23:59:59 + 活动时间:2020年10月21日 00:00:00-2020年11月11日 23:59:59 京豆先到先得!!!!!!!!!!! 出现任务做完没领取的情况,就再运行一次脚本 能做完所有的任务,包括自动抽奖,脚本会给内置的shareId助力 @@ -25,7 +25,7 @@ 京东星推官 = type=cron,cronexp=2 0 * * *,wake-system=1,timeout=320,script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_xtg.js */ const $ = new Env('京东星推官'); -const activeEndTime = '2020/11/12 23:59:59+08:00';//活动结束时间 +const activeEndTime = '2020/11/11 23:59:59+08:00';//活动结束时间 const notify = $.isNode() ? require('./sendNotify') : ''; //Node.js用户请在jdCookie.js处填写京东ck; const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';