Skip to content

Commit

Permalink
update jdCookie.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lxk0301 committed Jan 5, 2021
1 parent ac0070c commit 8c45d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdCookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ console.log(`\n====================共有${CookieJDs.length}个京东账号Cooki
console.log(`==================脚本执行- 北京时间(UTC+8):${new Date(new Date().getTime() + new Date().getTimezoneOffset()*60*1000 + 8*60*60*1000).toLocaleString()}=====================\n`)
for (let i = 0; i < CookieJDs.length; i++) {
const index = (i + 1 === 1) ? '' : (i + 1);
exports['CookieJD' + index] = CookieJDs[i];
exports['CookieJD' + index] = CookieJDs[i].trim();
}

0 comments on commit 8c45d35

Please sign in to comment.