Update
This commit is contained in:
@ -35,13 +35,9 @@ const pKHelpAuthorFlag = true;//是否助力作者PK true 助力,false 不助
|
|||||||
let cookiesArr = [];
|
let cookiesArr = [];
|
||||||
$.cookie = '';
|
$.cookie = '';
|
||||||
$.inviteList = [];
|
$.inviteList = [];
|
||||||
$.pkInviteList = [
|
$.pkInviteList = [];
|
||||||
"sSKNX-MpqKOJsNu8mJ7RA9BJMup4tAAmPcPPPhBUWYKUJ19UKeC8EAoKeUXELi4u",
|
|
||||||
];
|
|
||||||
$.secretpInfo = {};
|
$.secretpInfo = {};
|
||||||
$.innerPkInviteList = [
|
$.innerPkInviteList = [];
|
||||||
|
|
||||||
];
|
|
||||||
if ($.isNode()) {
|
if ($.isNode()) {
|
||||||
Object.keys(jdCookieNode).forEach((item) => {
|
Object.keys(jdCookieNode).forEach((item) => {
|
||||||
cookiesArr.push(jdCookieNode[item])
|
cookiesArr.push(jdCookieNode[item])
|
||||||
|
Reference in New Issue
Block a user