From 8c0e08933b59c59551141223f8b1062ba232d917 Mon Sep 17 00:00:00 2001 From: guyuexuan <2651919937@qq.com> Date: Thu, 14 Jan 2021 15:30:06 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BA=AC=E5=96=9C=E5=86=9C=E5=9C=BA]=20?= =?UTF-8?q?=E6=AF=8F=E4=B8=AA=E7=94=A8=E6=88=B7=20cookie=20=20=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=20notify=20=E9=80=9A=E7=9F=A5=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_jxnc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_jxnc.js b/jd_jxnc.js index 48443575..1091d120 100644 --- a/jd_jxnc.js +++ b/jd_jxnc.js @@ -93,6 +93,7 @@ let assistUserShareCode = 0; // 随机助力用户 share code $.answer = 0; $.helpNum = 0; $.helpSelfNum = 0; + notifyBool = notifyLevel > 0; // 初始化是否推送 await tokenFormat(); // 处理当前账号 token await shareCodesFormat(); // 处理当前账号 助力码 await jdJXNC(); // 执行当前账号 主代码流程 @@ -112,7 +113,6 @@ function requireConfig() { return new Promise(resolve => { $.log('开始获取配置文件\n') notify = $.isNode() ? require('./sendNotify') : ''; - notifyBool = notifyLevel > 0; // 初始化是否推送 //Node.js用户请在jdCookie.js处填写京东ck; const jdCookieNode = $.isNode() ? require('./jdCookie.js') : ''; const jdTokenNode = $.isNode() ? require('./jdJxncTokens.js') : '';