This commit is contained in:
lxk0301
2020-12-01 10:07:43 +08:00
parent 23ca609f37
commit ceb192c40c

View File

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