From ae9575d9b31ebda400815053c039931629ace3d1 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 12 May 2023 13:43:50 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20=E6=B6=88=E6=81=AF=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 消息通知.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/消息通知.md b/消息通知.md index ae81535..7003762 100644 --- a/消息通知.md +++ b/消息通知.md @@ -2,7 +2,7 @@ title: 消息通知 description: published: 1 -date: 2023-05-12T13:38:56.954Z +date: 2023-05-12T13:43:42.490Z tags: editor: markdown dateCreated: 2023-05-12T04:48:45.938Z @@ -30,6 +30,12 @@ dateCreated: 2023-05-12T04:48:45.938Z > 由于微信官方限制,2022年6月20日后创建的企业微信应用需要有固定的公网IP地址并加入IP白名单后才能发送消息,使用有固定公网IP的代理服务器转发可解决该问题,代理服务器需自行搭建或使用公共资源中公布的代理地址(如太多人使用也有可能会被封禁)。 {.is-warning} +**微信回调:** +- 在微信企业应用`接收消息设置`页面生成`Token`和`EncodingAESKey`并填入`设置->消息通知->微信`对应项,打开微信`交互`开关。 +- `保存`并`重启`本工具,`保存`并`重启`本工具,`保存`并`重启`本工具。 +- 在微信企业应用`接收消息设置`页面输入此地址:`http(s)://IP:PORT/wechat`(IP、PORT替换为本工具的外网访问地址及端口,需要有公网IP并做好端口转发,最好有域名),能正常保存即设置成功。 + +**微信代理:** - [搭建微信转发代理.pdf](/files/搭建微信转发代理_.pdf) - [自己搭建vps转发企业微信通知.pdf](/files/自己搭建vps转发企业微信通知.pdf)