说明 / 示例
## 获取列表消息
### 请求地址
``` url
/api/action/
```
### 请求参数
| 参数名称 | 默认值 | 说明 |
| -------- | --------- | ---- |
| \_handle | IMPage | |
| \_method | GetIMMessageList | |
| uid | | id|
|token | |cookie|
### 请求响应
``` json
{
"code":1,
"msg":null,
"data":{
"xy_id":"主键",
"xy_name":"群名称/好友名称",
"xy_img":"群图片/好友图片",
"xy_unread":"未读消息数量(int)",
"xy_unread_msg":"最后未读消息",
"xy_unread_time":"未读最新时间" ,
“”xy_type“:"0好友,1群聊"”
}
}
```