crontab_list.sh

This commit is contained in:
lxk0301
2021-04-25 22:06:35 +08:00
parent 8229715117
commit 4ac19d5b94
2 changed files with 2 additions and 3 deletions

View File

@@ -17,6 +17,8 @@
#5G超级盲盒 活动时间2021-03-19到2021-04-30 #5G超级盲盒 活动时间2021-03-19到2021-04-30
10 0,1-23/4 * * * node /scripts/jd_mohe.js >> /scripts/logs/jd_mohe.log 2>&1 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 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 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 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

View File

@@ -100,7 +100,6 @@ async function jdSuperMarket() {
await smtgHome(); await smtgHome();
await receiveUserUpgradeBlue(); await receiveUserUpgradeBlue();
await Home(); await Home();
await rankVote();
if (helpAu === true) { if (helpAu === true) {
await helpAuthor(); await helpAuthor();
await helpAuthor3(); await helpAuthor3();