This commit is contained in:
lxk0301
2021-04-02 13:01:24 +08:00
parent a90224723b
commit 85d6b9985b

View File

@@ -41,6 +41,7 @@ if ($.isNode()) {
} else { } else {
cookiesArr = [$.getdata('CookieJD'), $.getdata('CookieJD2'), ...jsonParse($.getdata('CookiesJD') || "[]").map(item => item.cookie)].filter(item => !!item); cookiesArr = [$.getdata('CookieJD'), $.getdata('CookieJD2'), ...jsonParse($.getdata('CookiesJD') || "[]").map(item => item.cookie)].filter(item => !!item);
} }
$.superShakeBeanFlag = false;
const JD_API_HOST = 'https://api.m.jd.com/client.action'; const JD_API_HOST = 'https://api.m.jd.com/client.action';
!(async () => { !(async () => {
if (!cookiesArr[0]) { if (!cookiesArr[0]) {
@@ -78,11 +79,11 @@ const JD_API_HOST = 'https://api.m.jd.com/client.action';
if (allMessage) { if (allMessage) {
if ($.isNode()) await notify.sendNotify($.name, allMessage); if ($.isNode()) await notify.sendNotify($.name, allMessage);
} }
if (superShakeUlr) { if ($.superShakeBeanFlag) {
const scaleUl = { "category": "jump", "des": "m", "url": superShakeUlr }; const scaleUl = { "category": "jump", "des": "m", "url": superShakeUlr };
const openjd = `openjd://virtual?params=${encodeURIComponent(JSON.stringify(scaleUl))}`; const openjd = `openjd://virtual?params=${encodeURIComponent(JSON.stringify(scaleUl))}`;
if ($.isNode()) await notify.sendNotify($.name, `京东APP首页超级摇一摇再次开启\n如需做开通会员任务,请点击链接直达活动页面\n${superShakeUlr}`, { url: openjd }); if ($.isNode()) await notify.sendNotify($.name, `超级摇一摇】活动再次开启\n开通会员】如需做此任务,请点击链接直达活动页面\n${superShakeUlr}`, { url: openjd });
$.msg($.name, '', `京东APP首页超级摇一摇再次开启\n如需做开通会员任务,请点击弹窗直达活动页面`, { 'open-url': openjd }) $.msg($.name, '', `超级摇一摇】活动再次开启\n开通会员】如需做此任务,请点击弹窗直达活动页面`, { 'open-url': openjd })
} }
})() })()
.catch((e) => { .catch((e) => {
@@ -485,12 +486,13 @@ function fc_getHomeData(appId, flag = false) {
if (data) { if (data) {
data = JSON.parse(data); data = JSON.parse(data);
if (data && data['data']['bizCode'] === 0) { if (data && data['data']['bizCode'] === 0) {
// if (flag && $.index === 1) { if (flag && $.index === 1) {
// const scaleUl = { "category": "jump", "des": "m", "url": superShakeUlr }; $.superShakeBeanFlag = true;
// const openjd = `openjd://virtual?params=${encodeURIComponent(JSON.stringify(scaleUl))}`; // const scaleUl = { "category": "jump", "des": "m", "url": superShakeUlr };
// if ($.isNode()) await notify.sendNotify($.name, `京东APP首页超级摇一摇再次开启\n如需做开通会员任务,请点击链接直达活动页面\n${superShakeUlr}`, { url: openjd }); // const openjd = `openjd://virtual?params=${encodeURIComponent(JSON.stringify(scaleUl))}`;
// $.msg($.name, '', `京东APP首页超级摇一摇再次开启\n如需做开通会员任务,请点击弹窗直达活动页面`, { 'open-url': openjd }) // if ($.isNode()) await notify.sendNotify($.name, `京东APP首页超级摇一摇再次开启\n如需做开通会员任务,请点击链接直达活动页面\n${superShakeUlr}`, { url: openjd });
// } // $.msg($.name, '', `京东APP首页超级摇一摇再次开启\n如需做开通会员任务,请点击弹窗直达活动页面`, { 'open-url': openjd })
}
$.taskVos = data['data']['result']['taskVos'].filter(item => !!item && item['status'] === 1) || []; $.taskVos = data['data']['result']['taskVos'].filter(item => !!item && item['status'] === 1) || [];
$.lotteryNum = parseInt(data['data']['result']['lotteryNum']); $.lotteryNum = parseInt(data['data']['result']['lotteryNum']);
$.lotTaskId = parseInt(data['data']['result']['lotTaskId']); $.lotTaskId = parseInt(data['data']['result']['lotTaskId']);