channelTemplate.json 744 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "id": 12312312,
  4. "channelConfigId": 1312312,
  5. "channelCode": "Email",
  6. "title": "告警邮件模板",
  7. "content": "您的设备【${title}】<font color=\"warning\">温度过高</font>",
  8. "createAt": 1683816661690
  9. },
  10. {
  11. "id": 342353425,
  12. "channelConfigId": 1313123,
  13. "channelCode": "DingTalk",
  14. "title": "告警钉钉模板",
  15. "content": "您的设备【${title}】<font color=\"warning\">温度过高</font>",
  16. "createAt": 1683816661690
  17. },
  18. {
  19. "id": 786778567,
  20. "channelConfigId": 32141342,
  21. "channelCode": "QyWechat",
  22. "title": "告警企业微信模板",
  23. "content": "您的设备【${title}】<font color=\"warning\">温度过高</font>",
  24. "createAt": 1683816661690
  25. }
  26. ]