新增企业微信通知

This commit is contained in:
不做码农
2022-07-09 19:02:36 +08:00
parent f8eade3955
commit 262e593ff6
4 changed files with 168 additions and 1 deletions

View File

@@ -32,6 +32,13 @@
"bucketName": "bucketName",
"domainUrl": "http://xxx.xxx.com" //访问资源域名
},
//企业微信通知配置
"WxCorp": {
"AgentID": "",
"CorpID": "",
"CorpSecret": "",
"SendUser": "@all"
},
"gen": {
"conn": "Data Source=LAPTOP-STKF2M8H\\SQLEXPRESS;User ID=sa;Password=zradmin123;Initial Catalog=ZrAdmin;Integrated Security=SSPI",
"dbType": 1, //MySql = 0, SqlServer = 1