diff --git a/docker/crontab_list.sh b/docker/crontab_list.sh index 8848c899..85a3defd 100644 --- a/docker/crontab_list.sh +++ b/docker/crontab_list.sh @@ -8,8 +8,6 @@ 34 9 * * * node /scripts/jd_xgyl.js >> /scripts/logs/jd_jd_xgyl.log 2>&1 # 京东压岁钱(活动时间:2021-2-1至2021-2-11) 20 * 1-11 2 * node /scripts/jd_newYearMoney.js >> /scripts/logs/jd_newYearMoney.log 2>&1 -# 京东压岁钱抢百元卡(活动时间:2021-2-1至2021-2-11) -0 9,12,16,20 1-11 2 * node /scripts/jd_newYearMoney_lottery.js >> /scripts/logs/jd_newYearMoney_lottery.log 2>&1 #环球挑战赛 活动时间:2021-02-02 至 2021-02-22 0 9,12,20,21 2-22 2 * node /scripts/jd_global.js >> /scripts/logs/jd_global.log 2>&1