Add todo list

This commit is contained in:
Urinx
2016-02-10 13:27:39 +08:00
parent 3a48705faf
commit b9739e3783
+16 -2
View File
@@ -389,12 +389,14 @@ selector:
| url | https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxgeticon | | url | https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxgeticon |
| method | GET | | method | GET |
| params | **seq**: `数字,可为空` <br> **username**: `ID` <br> **skey**: xxx | | params | **seq**: `数字,可为空` <br> **username**: `ID` <br> **skey**: xxx |
<br>
| API | webwxgetheadimg | | API | webwxgetheadimg |
| --- | --------------- | | --- | --------------- |
| url | https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxgetheadimg | | url | https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxgetheadimg |
| method | GET | | method | GET |
| params | **seq**: `数字,可为空` <br> **username**: `群ID` <br> **skey**: xxx | | params | **seq**: `数字,可为空` <br> **username**: `群ID` <br> **skey**: xxx |
<br>
| API | webwxgetmsgimg | | API | webwxgetmsgimg |
| --- | --------------- | | --- | --------------- |
@@ -410,6 +412,7 @@ selector:
| url | https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxgetvideo | | url | https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxgetvideo |
| method | GET | | method | GET |
| params | **msgid**: `消息ID` <br> **skey**: xxx | | params | **msgid**: `消息ID` <br> **skey**: xxx |
<br>
| API | webwxgetvoice | | API | webwxgetvoice |
| --- | --------------- | | --- | --------------- |
@@ -462,6 +465,7 @@ selector:
} }
``` ```
<br>
| MsgType | 说明 | | MsgType | 说明 |
| ------- | --- | | ------- | --- |
| 1 | 文本消息 | | 1 | 文本消息 |
@@ -482,6 +486,7 @@ selector:
| 9999 | SYSNOTICE | | 9999 | SYSNOTICE |
| 10000 | SYS | | 10000 | SYS |
| 10002 | 撤回消息 | | 10002 | 撤回消息 |
<br>
**微信初始化消息** **微信初始化消息**
```html ```html
@@ -636,7 +641,7 @@ Content:
``` ```
**音乐链接消息** **音乐链接消息**
``` ```html
MsgType: 49 MsgType: 49
AppMsgType: 3 AppMsgType: 3
FromUserName: 发送方ID FromUserName: 发送方ID
@@ -715,4 +720,13 @@ Content:
blablabla ... blablabla ...
``` ```
## 持续更新中 ... 持续更新中 ...
## Todo
- [ ] 发送图片或者文件功能
- [ ] 主动给群聊发送消息
- [ ] 建立群聊
- [ ] 群发消息
- [ ] 补充更多的接口及完善文档
P.S. 还有啥要补充的也可以在[issue #8](https://github.com/Urinx/WeixinBot/issues/8)下留言