Skip to content

Commit bcf37c8

Browse files
committed
fix(offcial): update message callback
1 parent e9063de commit bcf37c8

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/zh/official-account/server.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# 服务端
22

3-
消息回调用于自建应用和企业微信进行双向通信。例如:用户发送消息到应用、自定义菜单操作、上报地理位置、上报进入应用事件、审批状态通知事件、外部联系人变更回调等等。
3+
消息回调用于自建服务器和微信公众号进行双向通信.
4+
5+
例如:
6+
* 接收和自动回复用户消息
7+
* 接口地理位置
8+
* 关注/取消关注事件
9+
* 扫描带参数二维码事件
10+
* 自定义菜单事件
11+
* 点击菜单拉取消息时的事件推送
12+
* 点击菜单跳转链接时的事件推送
413

514
## 设置接收消息的参数
615

@@ -122,4 +131,6 @@ import (
122131

123132
## 参考示例
124133

125-
参考:[PowerWechatTutorial](https://github.com/ArtisanCloud/PowerWechatTutorial/blob/master/controllers/official-account/server.go)
134+
参考:[PowerWechatTutorial](https://github.com/ArtisanCloud/PowerWechatTutorial/blob/master/controllers/official-account/server.go)
135+
136+
微信官方文档: [https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Receiving_standard_messages.html](https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Receiving_standard_messages.html)

0 commit comments

Comments
 (0)