From b9739e37838f4cf04a204eec4e934c80736edb78 Mon Sep 17 00:00:00 2001 From: Urinx <1336006643@qq.com> Date: Wed, 10 Feb 2016 13:27:39 +0800 Subject: [PATCH] Add todo list --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a31bb00..31320c6 100644 --- a/README.md +++ b/README.md @@ -389,12 +389,14 @@ selector: | url | https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxgeticon | | method | GET | | params | **seq**: `数字,可为空`
**username**: `ID`
**skey**: xxx | +
| API | webwxgetheadimg | | --- | --------------- | | url | https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxgetheadimg | | method | GET | | params | **seq**: `数字,可为空`
**username**: `群ID`
**skey**: xxx | +
| API | webwxgetmsgimg | | --- | --------------- | @@ -410,6 +412,7 @@ selector: | url | https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxgetvideo | | method | GET | | params | **msgid**: `消息ID`
**skey**: xxx | +
| API | webwxgetvoice | | --- | --------------- | @@ -462,6 +465,7 @@ selector: } ``` +
| MsgType | 说明 | | ------- | --- | | 1 | 文本消息 | @@ -482,6 +486,7 @@ selector: | 9999 | SYSNOTICE | | 10000 | SYS | | 10002 | 撤回消息 | +
**微信初始化消息** ```html @@ -636,7 +641,7 @@ Content: ``` **音乐链接消息** -``` +```html MsgType: 49 AppMsgType: 3 FromUserName: 发送方ID @@ -715,4 +720,13 @@ Content: blablabla ... ``` -## 持续更新中 ... +持续更新中 ... + +## Todo +- [ ] 发送图片或者文件功能 +- [ ] 主动给群聊发送消息 +- [ ] 建立群聊 +- [ ] 群发消息 +- [ ] 补充更多的接口及完善文档 + +P.S. 还有啥要补充的也可以在[issue #8](https://github.com/Urinx/WeixinBot/issues/8)下留言