File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 服务端
2
2
3
- 消息回调用于自建应用和企业微信进行双向通信。例如:用户发送消息到应用、自定义菜单操作、上报地理位置、上报进入应用事件、审批状态通知事件、外部联系人变更回调等等。
3
+ 消息回调用于自建服务器和微信公众号进行双向通信.
4
+
5
+ 例如:
6
+ * 接收和自动回复用户消息
7
+ * 接口地理位置
8
+ * 关注/取消关注事件
9
+ * 扫描带参数二维码事件
10
+ * 自定义菜单事件
11
+ * 点击菜单拉取消息时的事件推送
12
+ * 点击菜单跳转链接时的事件推送
4
13
5
14
## 设置接收消息的参数
6
15
@@ -122,4 +131,6 @@ import (
122
131
123
132
## 参考示例
124
133
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 )
You can’t perform that action at this time.
0 commit comments