iotkit-parent/data/init/channelConfig.json

37 lines
752 B
JSON
Raw Normal View History

2023-06-16 08:25:50 +00:00
[
{
2023-06-16 10:44:35 +00:00
"id": 1312312,
"channelId": 3,
2023-06-16 08:25:50 +00:00
"title": "告警邮件配置",
"param": {
"userName":"xxx",
"passWord":"xxx",
"host":"smtp.qq.com",
"port":465,
"mailSmtpAuth":true,
"from":"1111111@qq.com",
"to":"abcdef@yeah.net,1211111@qq.com"
},
"createAt": 1683816661690
},
{
2023-06-16 10:44:35 +00:00
"id": 1313123,
"channelId": 1,
2023-06-16 08:25:50 +00:00
"title": "告警钉钉配置",
"param": {
"dingTalkWebhook":"xxxxxxxxxxxxxxxx",
"dingTalkSecret":"xxxx"
},
"createAt": 1683816661690
},
{
2023-06-16 10:44:35 +00:00
"id": 32141342,
"channelId": 2,
2023-06-16 08:25:50 +00:00
"title": "告警企业微信配置",
"param": {
"qyWechatWebhook":"xxxxxxxxxxxxxxxx"
},
"createAt": 1683816661690
}
]