From 191df1fdae2cac630a9db356260a068efbcb51bb Mon Sep 17 00:00:00 2001 From: wisz2021 Date: Mon, 24 May 2021 09:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=8B=82=E6=AC=A2=E5=9F=8E,?= =?UTF-8?q?=E8=BF=98=E6=9C=89=E4=B8=80=E4=B8=A2=E4=B8=A2=E9=97=AE=E9=A2=98?= =?UTF-8?q?,=E5=85=88=E6=9B=B4=E6=96=B0=E4=B8=8A=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/crontab_list.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/crontab_list.sh b/docker/crontab_list.sh index 76d8ea44..883e7213 100644 --- a/docker/crontab_list.sh +++ b/docker/crontab_list.sh @@ -17,6 +17,9 @@ 13 1,22,23 * * * node /scripts/jd_daily_lottery.js >> /scripts/logs/jd_daily_lottery.log 2>&1 #城城领现金 33 * * * * node /scripts/jd_city.js >> /scripts/logs/jd_city.log 2>&1 + +#手机狂欢城 +0 0,12,18,21 * * * node /scripts/jd_carnivalcity.js >> /scripts/logs/jd_carnivalcity.log 2>&1 ##############长期活动############## # 签到 7 0,17 * * * cd /scripts && node jd_bean_sign.js >> /scripts/logs/jd_bean_sign.log 2>&1