diff --git a/docker/crontab_list.sh b/docker/crontab_list.sh index ea3568ed..7ebf9f0d 100644 --- a/docker/crontab_list.sh +++ b/docker/crontab_list.sh @@ -29,6 +29,9 @@ 0 0 * * * node /scripts/jd_xtg_help.js >> /scripts/logs/jd_xtg_help.log 2>&1 #金榜创造营 活动时间:2021-05-21至2021-12-31 0 1,22 * * * node /scripts/jd_gold_creator.js >> /scripts/logs/jd_gold_creator.log 2>&1 + +#京东沸腾之夜(5.31日有效) +0 15-23/1 * * * node /scripts/jd_party_night.js >> /scripts/logs/jd_party_night.log 2>&1 ##############长期活动############## # 签到 7 0,17 * * * cd /scripts && node jd_bean_sign.js >> /scripts/logs/jd_bean_sign.log 2>&1