mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
京小兑 ,增加昨天和今天已中奖通知(京东E卡等非京豆奖品通知)
This commit is contained in:
parent
9c1ce3a2b1
commit
94a7ffbd59
@ -88,7 +88,6 @@ if ($.isNode()) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
await jdDreamFactory()
|
await jdDreamFactory()
|
||||||
if (helpAu === true) await helpAuthor();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (let i = 0; i < cookiesArr.length; i++) {
|
for (let i = 0; i < cookiesArr.length; i++) {
|
||||||
@ -137,6 +136,7 @@ async function jdDreamFactory() {
|
|||||||
await QueryAllTuan();
|
await QueryAllTuan();
|
||||||
await exchangeProNotify();
|
await exchangeProNotify();
|
||||||
await showMsg();
|
await showMsg();
|
||||||
|
if (helpAu === true) await helpAuthor();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
$.logErr(e)
|
$.logErr(e)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user