后端增加微信通知控制开关,同时前后端错误分别通知不同的人处理
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-06 21:12:52 +08:00
parent 570318cf3b
commit 37e8545eba
5 changed files with 128 additions and 54 deletions
+3 -1
View File
@@ -44,8 +44,10 @@
]
},
"WeComNoticeConfig": {
"IsOpenWeComNotice": true,
"WebhookUrl": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=4355b98e-1e72-4678-8dfb-2fc6ad0bf449", //4355b98e-1e72-4678-8dfb-2fc6ad0bf449 //cdd97aab-d256-4f07-9145-a0a2b1555322
"NoticeUserList": [ "ZhouHang" ]
"APINoticeUserList": [ "ZhouHang" ],
"VueNoticeUserList": [ "wangxiaoshuang" ]
},
"IRaCISImageStore": {
"SwitchingMode": "RemainingDiskCapacity",