Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
feverrun committed Feb 11, 2022
1 parent 3a830cb commit 721d010
Show file tree
Hide file tree
Showing 12 changed files with 771 additions and 4,042 deletions.
4 changes: 2 additions & 2 deletions backUp/activity/jd_speed_sign_part1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions backUp/activity/jd_speed_sign_part2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions backUp/activity/jd_speed_sign_part3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions backUp/activity/jd_speed_sign_part4.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions backUp/activity/jd_speed_sign_part5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions jd_speed_redpocke.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
活动地址:https://prodev.m.jd.com/jdlite/active/31U4T6S4PbcK83HyLPioeCWrD63j/index.html
活动入口:京东极速版-领红包
记得时间岔开
cron "51 6,9,18 * * *" script-path=jd_speed_redpocke.js,tag=京东极速版红包
cron "51 2,8,15,21 * * *" script-path=jd_speed_redpocke.js,tag=京东极速版红包
*/

const $ = new Env('京东极速版红包');
Expand Down Expand Up @@ -52,7 +52,7 @@ if ($.isNode()) {
await jsRedPacket()
await $.wait(3000)
}
await $.wait(3000)
await $.wait(10000)
}
}
})()
Expand All @@ -66,22 +66,22 @@ if ($.isNode()) {
async function jsRedPacket() {
try {
await invite2();
await $.wait(1500)
await $.wait(2000)
// 极速版签到提现
// await sign();
await reward_query();
// await reward_query();
if (!isBlack) {
await $.wait(2000)
for (let i = 0; i < 3; ++i) {
await redPacket();
await $.wait(5000)
}
// await $.wait(2000)
// for (let i = 0; i < 3; ++i) {
// await redPacket();
// await $.wait(5000)
// }

// 领红包提现
await getPacketList();
await $.wait(2000)
await signPrizeDetailList();
await $.wait(2000)
// await getPacketList();
// await $.wait(2000)
// await signPrizeDetailList();
// await $.wait(2000)
await showMsg()
}

Expand Down
Loading

0 comments on commit 721d010

Please sign in to comment.