Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh26 committed Jun 4, 2021
1 parent f6f99db commit 414e676
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jd_zoo.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ const pKHelpAuthorFlag = true;//是否助力作者PK true 助力,false 不助
let cookiesArr = [];
$.cookie = '';
$.inviteList = [];
$.pkInviteList = [
"sSKNX-MpqKOJsNu8mJ7RA9BJMup4tAAmPcPPPhBUWYKUJ19UKeC8EAoKeUXELi4t",
];
$.pkInviteList = [];
$.secretpInfo = {};
$.innerPkInviteList = [
"sSKNX-MpqKOJsNu8mJ7RA9BJMup4tAAmPcPPPhBUWYKUJ19UKeC8EAoKeUXELi4t",
'sSKNX-MpqKPS7Le4m5rbBpODDLhoZ9ruJViTqJpv4c2Lm2-TfJwzRBS82zBEzkXJ',
'sSKNX-MpqKOJsNvSzMSZfAM9H7GwE_7GAGP6h5-yWMFC6rsV_bSQHlBmw28ArQ',
'sSKNX-MpqKOJsNvM-u2vdyHH5x3rrYdCxJ-sE_oy8C69xCinRiEdQ3bib4w42Q',
];
if ($.isNode()) {
Object.keys(jdCookieNode).forEach((item) => {
Expand Down

0 comments on commit 414e676

Please sign in to comment.