之前nobady获取cookie的地址已经失效,弹窗提示地址更换成新的 https://bean.m.jd.com/bean/signIndex.action

This commit is contained in:
lxk0301
2021-01-09 13:53:14 +08:00
parent 82a3f8cabc
commit 1a9fa89133
58 changed files with 114 additions and 114 deletions

View File

@@ -27,7 +27,7 @@ const JD_API_HOST = 'https://blindbox.jd.com';
let shareId = '';
!(async () => {
if (!cookie) {
$.msg('【京东账号一】热8超级盲盒', '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/', {"open-url": "https://bean.m.jd.com/"});
$.msg('【京东账号一】热8超级盲盒', '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', {"open-url": "https://bean.m.jd.com/bean/signIndex.action"});
} else {
UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1]);
// await shareUrl();