From d6ebe605592913a367c86db0347bafc2f0a4ee1e Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Wed, 11 Nov 2020 21:40:36 +0800 Subject: [PATCH] Update jd_xtg.js --- jd_xtg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_xtg.js b/jd_xtg.js index ffc150fe..40672c66 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月11日 23:59:59 + 活动时间:2020年10月21日 00:00:00-2020年11月12日 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/11 23:59:59+08:00';//活动结束时间 +const activeEndTime = '2020/11/12 23:59:59+08:00';//活动结束时间 const notify = $.isNode() ? require('./sendNotify') : ''; //Node.js用户请在jdCookie.js处填写京东ck; const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';