import { Image } from 'ant-design-vue'; import './index.less'; const WeixinCorp = () => { const agentId = new URL('/@/assets/images/notice/doc/template/weixin-corp/01-Agentid.jpg', import.meta.url).href; const userId = new URL('/@/assets/images/notice/doc/template/weixin-corp/02-userID.jpg', import.meta.url).href; const toDept = new URL('/@/assets/images/notice/doc/template/weixin-corp/03-toDept.jpg', import.meta.url).href; const toTags = new URL('/@/assets/images/notice/doc/template/weixin-corp/04-toTags.jpg', import.meta.url).href; return (
企业微信管理后台: https://work.weixin.qq.com

1. 概述

通知模板结合通知配置为告警消息通知提供支撑。通知模板只能调用同一类型的通知配置服务。

2.模版配置说明

1、绑定配置

使用固定的通知配置发送此通知模板

2、Agentid

应用唯一标识
获取路径:“企业微信”管理后台--“应用管理”--“应用”--“查看应用”

3、收信人ID、收信部门ID、标签推送

接收通知的3种方式,3个字段若在此页面都没有填写,则在模板调试和配置告警通知时需要手动填写
收信人ID获取路径:【通讯录】-{'>'}【成员信息】查看成员账号
收信组织ID获取路径:【通讯录】-{'>'}【部门信息】查看部门ID
); }; export default WeixinCorp;