fix jd_bookshop.js

jd_club_lottery.js 增加京东APP首页超级摇一摇(不定时有活动)(此功能部分京东API抓包自:https://github.com/i-chenzhe/qx/blob/main/jd_shake.js)
This commit is contained in:
lxk0301
2021-03-26 15:31:46 +08:00
parent 0a2de560be
commit 61bd3b839f
2 changed files with 220 additions and 16 deletions

View File

@@ -59,6 +59,7 @@ if ($.isNode()) {
$.isLogin = true;
$.nickName = '';
message = '';
$.exit = false;
await TotalBean();
console.log(`\n******开始【京东账号${$.index}${$.nickName || $.UserName}*********\n`);
if (!$.isLogin) {

File diff suppressed because one or more lines are too long