mirror of
https://github.com/lan-tianxiang/clone_scripts.git
synced 2025-07-20 10:53:46 +08:00
更新于 07-15 20:53
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#30 * * * * sh +x /scripts/docker/auto_help.sh collect >> /scripts/logs/auto_help_collect.log 2>&1
|
||||
|
||||
##############短期活动##############
|
||||
#省钱大赢家之翻翻乐
|
||||
20 * * * * node /scripts/jd_big_winner.js >> /scripts/logs/jd_big_winner.log 2>&1
|
||||
#财富大陆
|
||||
45 3,19 * * * node /scripts/jd_wealth_island.js >> /scripts/logs/jd_wealth_island.log 2>&1
|
||||
#京东极速版红包(活动时间:2021-5-5至2021-5-31)
|
||||
|
325
jd_big_winner.js
Executable file
325
jd_big_winner.js
Executable file
File diff suppressed because one or more lines are too long
@@ -19,7 +19,7 @@ function randomString(e) {
|
||||
}
|
||||
$.InviteList = []
|
||||
$.innerInviteList = [];
|
||||
const HelpAuthorFlag = true;//是否助力作者SH true 助力,false 不助力
|
||||
const HelpAuthorFlag = false;//是否助力作者SH true 助力,false 不助力
|
||||
|
||||
let cookiesArr = [], cookie = '';
|
||||
if ($.isNode()) {
|
||||
|
Reference in New Issue
Block a user