增加 jd_health_collect.js,专门收集能量用,jd_health.js只做任务,修改corn。增加幸运大转盘

This commit is contained in:
lxk0301
2021-04-23 14:28:59 +08:00
parent e9acdaa162
commit 7cf1fb0a2c
8 changed files with 182 additions and 23 deletions

View File

@@ -113,4 +113,8 @@
#京小兑
13 8,16,20 * * * node /scripts/jd_jxd.js >> /scripts/logs/jd_jxd.log 2>&1
#京东健康社区
30 0-23/3 * * * node /scripts/jd_health.js >> /scripts/logs/jd_health.log 2>&1
13 1,22 * * * node /scripts/jd_health.js >> /scripts/logs/jd_health.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