mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
crontab_list.sh
This commit is contained in:
parent
8229715117
commit
4ac19d5b94
@ -17,6 +17,8 @@
|
||||
#5G超级盲盒 活动时间:2021-03-19到2021-04-30
|
||||
10 0,1-23/4 * * * node /scripts/jd_mohe.js >> /scripts/logs/jd_mohe.log 2>&1
|
||||
|
||||
#TCL 活动时间:4.21-5.3日
|
||||
10 0,23 * * * node /scripts/jd_tcl.js >> /scripts/logs/jd_tcl.log 2>&1
|
||||
##############长期活动##############
|
||||
# 签到
|
||||
7 0,17 * * * cd /scripts && node jd_bean_sign.js >> /scripts/logs/jd_bean_sign.log 2>&1
|
||||
@ -118,5 +120,3 @@
|
||||
5-45/20 * * * * node /scripts/jd_health_collect.js >> /scripts/logs/jd_health_collect.log 2>&1
|
||||
# 幸运大转盘
|
||||
10 10,23 * * * node /scripts/jd_market_lottery.js >> /scripts/logs/jd_market_lottery.log 2>&1
|
||||
#TCL
|
||||
10 0,23 * * * node /scripts/jd_tcl.js >> /scripts/logs/jd_tcl.log 2>&1
|
||||
|
||||
@ -100,7 +100,6 @@ async function jdSuperMarket() {
|
||||
await smtgHome();
|
||||
await receiveUserUpgradeBlue();
|
||||
await Home();
|
||||
await rankVote();
|
||||
if (helpAu === true) {
|
||||
await helpAuthor();
|
||||
await helpAuthor3();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user