KingRan 2022-03-12 20:38:50 +08:00
parent 43a16ec7b3
commit a7e1f4b278
1 changed files with 1 additions and 1 deletions

View File

@ -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;