implement notify

This commit is contained in:
Timi
2026-08-20 23:14:54 +08:00
parent 84190b9773
commit e3ef3e5275
44 changed files with 1667 additions and 34 deletions
+21
View File
@@ -51,3 +51,24 @@ cors:
# 允许访问的客户端域名,如:http://web.xxx.com,* 表示不做任何限制(不做任何限制时 allow-credentials 无效)
allow-origin:
- "http://localhost:8080"
# 通知消息队列
notify:
queue:
mail:
enable: false
cron: "*/10 * * * * *"
default-from:
sms:
enable: false
cron: "*/10 * * * * *"
app-id:
sign:
secret-id:
secret-key:
wechat:
enable: false
cron: "*/10 * * * * *"
http:
enable: false
cron: "*/10 * * * * *"