Commit 02392140e73bdc4f624cc33291d0007d67246fce
1 parent
38642fc1
u
Showing
1 changed file
with
13 additions
and
1 deletions
05.互动云/4.8 查询聊天室用户.md
| ... | ... | @@ -12,6 +12,18 @@ |
| 12 | 12 | { |
| 13 | 13 | "errorCode": "0", |
| 14 | 14 | "errorMessage": "查询聊天室内用户数成功", |
| 15 | - "data": {} | |
| 15 | + "data": { | |
| 16 | + "total": 500, | |
| 17 | + "users": [ | |
| 18 | + { | |
| 19 | + "id": "uid1", // 用户ID | |
| 20 | + "time": "2015-09-10 16:38:26" // 加入聊天室时间 | |
| 21 | + }, | |
| 22 | + { | |
| 23 | + "id": "uid2", | |
| 24 | + "time": "2015-09-10 16:38:26" | |
| 25 | + } | |
| 26 | + ] | |
| 27 | + } | |
| 16 | 28 | } |
| 17 | 29 | ``` |
| 18 | 30 | \ No newline at end of file | ... | ... |