mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-11 00:02:27 +08:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
//回复消息:演示回复用户发送的消息
|
//回复消息:演示回复用户发送的消息
|
||||||
text := message.NewText(msg.Content)
|
text := message.NewText(msg.Content)
|
||||||
return &message.Reply{message.MsgTypeText, text}
|
return &message.Reply{message.MsgText, text}
|
||||||
})
|
})
|
||||||
|
|
||||||
server.Serve()
|
server.Serve()
|
||||||
@@ -37,10 +37,10 @@
|
|||||||
|
|
||||||
## 已实现的微信平台接口
|
## 已实现的微信平台接口
|
||||||
|
|
||||||
- 消息接收(包含事件的推送)
|
- 消息管理(事件推送)
|
||||||
- 消息回复(文本,图片,语音,视频,音乐,图文)
|
- 网页授权Oauth2 ,Js-SDK
|
||||||
- 网页授权Oauth2
|
- 菜单管理
|
||||||
- 网页Js-SDK
|
- 用户管理
|
||||||
- 素材管理
|
- 素材管理
|
||||||
|
|
||||||
持续完善中...
|
持续完善中...
|
||||||
|
|||||||
Reference in New Issue
Block a user