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') : '';