Skip to content

Commit 70d32ad

Browse files
committed
chore(sudojia_starMom.js):
1 parent 4a3cb34 commit 70d32ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wx_mini/sudojia_starMom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ const taskList = [
5353
for (let i = 0; i < starMomList.length; i++) {
5454
const index = i + 1;
5555
headers.token = starMomList[i];
56-
await refreshToken(starMomList[i]);
56+
// await refreshToken(starMomList[i]);
5757
console.log(`\n*****第[${index}]个${$.name}账号*****`);
5858
message += `📣====${$.name}账号[${index}]====📣\n`;
59-
// await main();
59+
await main();
6060
await $.wait(sudojia.getRandomWait(2000, 2500));
6161
}
6262
if (message) {

0 commit comments

Comments
 (0)