// import './index.less'; import { Image } from 'ant-design-vue'; import { getImage } from '@jdlinker/utils'; const WeixinCorp = () => { const corpId = getImage('/notice/doc/config/weixin-corp/01-corpId.jpg'); const corpSecret = getImage('/notice/doc/config/weixin-corp/02-corpSecret.jpg'); return (
企业微信管理后台: https://work.weixin.qq.com

1. 概述

通知配置可以结合通知配置为告警消息通知提供支撑。也可以用于系统中其他自定义模块的调用。

2.通知配置说明

1、corpId

企业号的唯一专属编号。
获取路径:“企业微信”管理后台--“我的企业”--“企业ID”

2、corpSecret

应用的唯一secret,一个企业微信中可以有多个corpSecret
获取路径:“企业微信”--“应用与小程序”--“自建应用”中获取
); }; export default WeixinCorp;