We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8cb53 commit aa2094fCopy full SHA for aa2094f
README.md
@@ -13,6 +13,7 @@ wechat [](http://badge.fury.i
13
- 媒体文件(上传、获取)
14
- 等待回复(用于调查问卷、问答等场景)
15
- 会话支持(创新功能)
16
+- OAuth API(授权、获取基本信息)
17
18
详细参见[API文档](http://node-webot.github.io/wechat/api.html)
19
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "wechat",
3
- "version": "0.6.3",
4
- "description": "微信公共平台自动回复接口服务",
+ "version": "0.6.4",
+ "description": "微信公共平台Node库",
5
"main": "index.js",
6
"scripts": {
7
"test": "make test-all",
0 commit comments