mirror of
https://github.com/6dylan6/jdpro.git
synced 2025-12-14 12:40:39 +00:00
1
This commit is contained in:
parent
d197aa4c6e
commit
5e838d8528
@ -80,7 +80,6 @@ if (process.env.ALLOWPIN) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
let pinarr = pin.split(',');
|
||||
console.log(`\n❗已配置全部任务只执行pin: ${JSON.stringify(pinarr)}`);
|
||||
@ -89,7 +88,9 @@ if (process.env.ALLOWPIN) {
|
||||
runck.push(...CookieJDs.filter(x => x.includes(encodeURIComponent(i))));
|
||||
}
|
||||
}
|
||||
CookieJDs = runck
|
||||
if (runck.length > 0) {
|
||||
CookieJDs = runck
|
||||
}
|
||||
} catch { }
|
||||
}
|
||||
console.log(`\n====================共${CookieJDs.length}个京东账号Cookie=================`);
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user