From a7e1f4b278d0317f8cb648007f7333acc417ffa5 Mon Sep 17 00:00:00 2001 From: KingRan Date: Sat, 12 Mar 2022 20:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_jxlhb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_jxlhb.js b/jd_jxlhb.js index 07bb7cb..3d53630 100644 --- a/jd_jxlhb.js +++ b/jd_jxlhb.js @@ -48,7 +48,7 @@ $.appId = "e395f" $.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', {"open-url": "https://bean.m.jd.com/bean/signIndex.action"}); return; } - let res = await getAuthorShareCode('https://gitee.com/KingRan521/JD-Scripts/blob/master/shareCodes/jxlhb.json') + let res = await getAuthorShareCode('https://gitee.com/KingRan521/JD-Scripts/raw/master/shareCodes/jxlhb.json') if (res && res.activeId) $.activeId = res.activeId; $.authorMyShareIds = [...((res && res.codes) || [])]; $.CryptoJS = $.isNode() ? require('crypto-js') : CryptoJS;