自定义错误
This commit is contained in:
parent
82b3ae0731
commit
091e0ef0ce
|
|
@ -75,10 +75,10 @@ alarm:
|
||||||
- "18666173766"
|
- "18666173766"
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
isOpen: false #是否启动,控制全局
|
isOpen: true #是否启动,控制全局
|
||||||
commandMap:
|
commandMap:
|
||||||
orderNotice:
|
orderNotice:
|
||||||
isOpen: false #是否启动 true/false
|
isOpen: true #是否启动 true/false
|
||||||
command: "0 1 * * *" # 每天凌晨1点执行一次:0 2 * * * | "0 */10 * * *" #cron表达式,每10分钟执行一次
|
command: "0 1 * * *" # 每天凌晨1点执行一次:0 2 * * * | "0 */10 * * *" #cron表达式,每10分钟执行一次
|
||||||
|
|
||||||
#配置日志
|
#配置日志
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue