新的女装盲盒

This commit is contained in:
wisz2021
2021-06-04 14:16:31 +08:00
parent baf221fe03
commit f5c2cc3646
5 changed files with 16 additions and 5 deletions

View File

@ -67,10 +67,12 @@ const JD_API_HOST = 'https://api.m.jd.com/';
await showMsg();
}
}
console.log(`\n开始自己京东内部相互助力\n`);
for (let i = 0; i < cookiesArr.length; i++) {
if (cookiesArr[i]) {
cookie = cookiesArr[i];
for(let vo of $.shareCodeList){
for (let vo of $.shareCodeList) {
if (!vo) continue;
await doTask(vo)
}
}
@ -246,7 +248,7 @@ function taskList() {
if (vo.taskType === '6'){
const shareCode = bo.itemToken
console.log(`好友助力码:${shareCode}`)
$.shareCodeList.push(shareCode)
if (shareCode) $.shareCodeList.push(shareCode)
}
else if(vo.taskType!=='9') {
await doTask(bo.itemToken)