From 7aae2d866be3c658fc73f76caa7743b6a4b7d09f Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Tue, 1 Dec 2020 10:07:43 +0800 Subject: [PATCH] update --- jd_dreamFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_dreamFactory.js b/jd_dreamFactory.js index 970c8fa2..b39e6fbb 100644 --- a/jd_dreamFactory.js +++ b/jd_dreamFactory.js @@ -30,7 +30,7 @@ const JD_API_HOST = 'https://m.jingxi.com'; const notify = $.isNode() ? require('./sendNotify') : ''; let jdNotify = true;//是否关闭通知,false打开通知推送,true关闭通知推送 -const randomCount = 1; +const randomCount = $.isNode() ? 20 : 5; let cookiesArr = [], cookie = '', message = ''; const inviteCodes = ['PDPM257r_KuQhil2Y7koNw==', "gB99tYLjvPcEFloDgamoBw=="]; const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';