Commit 9917e4602184b9d3b97009004be47a38116472ef
1 parent
b4063c5f
refine
Showing
1 changed file
with
5 additions
and
5 deletions
05.互动云/6.6 TIM-获取关注列表.md
| ... | ... | @@ -12,14 +12,14 @@ |
| 12 | 12 | "errorMessage": "成功", |
| 13 | 13 | "list": { |
| 14 | 14 | [ |
| 15 | - "name": "xxx", | |
| 15 | + "name": "daren1", | |
| 16 | 16 | "sid": "123345", |
| 17 | - "pic": "xxxxxx" | |
| 17 | + "pic": "http://..." | |
| 18 | 18 | ], |
| 19 | 19 | [ |
| 20 | - "name": "xxx", | |
| 21 | - "sid": "123345", | |
| 22 | - "pic": "xxxxxx" | |
| 20 | + "name": "daren2", | |
| 21 | + "sid": "123346", | |
| 22 | + "pic": "http://..." | |
| 23 | 23 | ] |
| 24 | 24 | } |
| 25 | 25 | } | ... | ... |