自定义错误

This commit is contained in:
李子铭 2025-03-15 13:54:12 +08:00
parent 82b3ae0731
commit 091e0ef0ce
1 changed files with 2 additions and 2 deletions

View File

@ -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分钟执行一次
#配置日志 #配置日志