Update jd_immortal.js
This commit is contained in:
@ -318,7 +318,7 @@ function requireConfig() {
|
||||
let shareCodes = []
|
||||
console.log(`共${cookiesArr.length}个京东账号\n`);
|
||||
if ($.isNode() && process.env.JDSXSY_SHARECODES) {
|
||||
if (process.env.JDNIAN_SHARECODES.indexOf('\n') > -1) {
|
||||
if (process.env.JDSXSY_SHARECODES.indexOf('\n') > -1) {
|
||||
shareCodes = process.env.JDSXSY_SHARECODES.split('\n');
|
||||
} else {
|
||||
shareCodes = process.env.JDSXSY_SHARECODES.split('&');
|
||||
|
Reference in New Issue
Block a user