优化
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -35,7 +35,7 @@ const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';
|
||||
$.inviteCodeList = [];
|
||||
let cookiesArr = [];
|
||||
$.appId = 10001;
|
||||
$.appId = 10028;
|
||||
if ($.isNode()) {
|
||||
Object.keys(jdCookieNode).forEach((item) => {
|
||||
cookiesArr.push(jdCookieNode[item])
|
||||
|
Reference in New Issue
Block a user