From 109b9e9868dde422e15f46851936d017f54720fe Mon Sep 17 00:00:00 2001 From: star Date: Sun, 6 Jun 2021 11:17:28 +0800 Subject: [PATCH] update --- jd_star_shop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);