Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zero205 committed Jul 10, 2021
1 parent ed21875 commit 2c01a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jd_summer_movement.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const UA = $.isNode() ? (process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT :
await $.wait(2000);
}
if ($.zero205inviteList && $.zero205inviteList.length) console.log(`\n******开始帮【zero205】助力*********\n`);
for (let k = 0; k < $.inviteList.length && $.canHelp; k++) {
for (let k = 0; k < $.zero205inviteList.length && $.canHelp; k++) {
$.InviteId = $.zero205inviteList[k];
console.log(`${$.UserName} 去助力 ${$.zero205inviteList[k]}`);
await takePostRequest('help');
Expand Down

0 comments on commit 2c01a04

Please sign in to comment.