增加注销店铺会员的环境变量说明,增加Docker1注销店铺会员的定时任务,默认每周六运行一次。

This commit is contained in:
EvineDeng
2020-12-22 15:46:17 +08:00
parent ac396fb429
commit e2c18c2895
2 changed files with 4 additions and 0 deletions

View File

@@ -84,3 +84,5 @@
10 10,11 * * * node /scripts/jd_joy_run.js >> /scripts/logs/jd_joy_run.log 2>&1
# 京东发现-看一看看40个视频领80京豆非常耗时
13 11,14 * * * node /scripts/jd_watch.js >> /scripts/logs/jd_watch.log 2>&1
# 注销京东已开的店铺会员不是注销京东plus会员个别店铺无法注销
44 4 * * 6 node /scripts/jd_unbind.js >> /scripts/logs/jd_unbind.log 2>&1