增加收取美妆币功能

This commit is contained in:
wisz2021
2021-05-13 10:00:13 +08:00
parent de3a6719e7
commit 0620df11ef
2 changed files with 24 additions and 12 deletions

View File

@@ -101,7 +101,7 @@ const JD_API_HOST = 'https://api.m.jd.com/api';
// console.log(nowTs, $.startTime, $.endTime)
for (let id of $.newAcids) {
// $.activityId = id;
await receiveRedRain(id);
if (id) await receiveRedRain(id);
}
// await showMsg();
}