说明 / 示例
### 请求地址
``` url
/api/action/
```
### 请求参数
| 参数名称 | 默认值 | 说明 |
| -------- | ----------- | ---------------------- |
| \_handle | IMPage | |
| \_method | ReadMessage | |
| uid | | id |
|token | | cookie|
|xy_type | | 类型 0 好友 1群聊|
|xy_id | | 好友ID/群聊ID|
### 请求响应
``` json
{
"code":1,
"msg":null,
"data":null
}
```