Authored by leo

Update: crm增加定时任务配置

@@ -71,3 +71,20 @@ platform.coupon.userId=10964 @@ -71,3 +71,20 @@ platform.coupon.userId=10964
71 platform.coupon.userName=crm 71 platform.coupon.userName=crm
72 72
73 browse.service.url=http://192.168.103.59:8092/brower/ 73 browse.service.url=http://192.168.103.59:8092/brower/
  74 +
  75 +# ******************** 定时器时间配置 ********************
  76 +
  77 +#玄武状态报告和黑名单获取
  78 +xuanwu.scheduler=0 1/3 * * * ?
  79 +
  80 +#梦网状态报告和黑名单获取
  81 +mengwang.scheduler=0/10 * * * * ?
  82 +
  83 +#同步微信公众号的任务
  84 +wechart.scheduler=0 0 0 * * ?
  85 +
  86 +#微信公众号的任务错误重新尝试
  87 +wechart.retry.scheduler=0 0 2 * * ?
  88 +
  89 +#清理短信发送记录
  90 +sms.clean.scheduler=0 0 2 * * ?