diff --git a/jd_star_shop.js b/jd_star_shop.js index a201b9a7..9ce23e58 100644 --- a/jd_star_shop.js +++ b/jd_star_shop.js @@ -133,7 +133,7 @@ if ($.isNode()) { } await main(); } - $.inviteCodeList.push(...getRandomArrayElements($.authorCodeList, 3)); + $.inviteCodeList.push(...getRandomArrayElements($.authorCodeList, 5)); for (let i = 0; i < cookiesArr.length; i++) { $.cookie = cookiesArr[i]; $.UserName = decodeURIComponent($.cookie.match(/pt_pin=([^; ]+)(?=;?)/) && $.cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1]);