From cdddf6da86556f10d2652b87e399f4789a358240 Mon Sep 17 00:00:00 2001 From: Faker Date: Sat, 7 May 2022 17:59:20 +0800 Subject: [PATCH] Update jd_superBrandStar.js --- jd_superBrandStar.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/jd_superBrandStar.js b/jd_superBrandStar.js index 65c27d0..ac5918d 100644 --- a/jd_superBrandStar.js +++ b/jd_superBrandStar.js @@ -1,10 +1,9 @@ /** - 特务Z,默认选择左边战队 - 脚本没有自动开卡,会尝试领取开卡奖励 - cron 23 11,20 * * * https://raw.githubusercontent.com/star261/jd/main/scripts/jd_productZ4Brand.js - 一天要跑2次 +特务之明星送好礼 +一次性脚本。请禁用! +cron 36 18 * * * jd_superBrandStar.js */ -const $ = new Env('特务Z'); +const $ = new Env('特务之明星送好礼'); const notify = $.isNode() ? require('./sendNotify') : ''; const jdCookieNode = $.isNode() ? require('./jdCookie.js') : ''; let cookiesArr = []; @@ -200,7 +199,7 @@ function getRequest(url) { 'Cookie': $.cookie, 'Connection': `keep-alive`, 'Accept': `application/json, text/plain, */*`, - 'Referer': `https://prodev.m.jd.com/mall/active/3XbzM8XrNaiKRVuD9jHZhj9vYG8d/index.html`, + 'Referer': `https://prodev.m.jd.com/mall/active/31GFSKyRbD3ehsHih2rQKArxfb8c/index.html`, 'Host': `api.m.jd.com`, 'User-Agent': UA, 'Accept-Language': `zh-cn`,