Commit bdc548aadedc8df6413d9c75b34b99952b9e2edf
1 parent
15ba9536
update
Showing
1 changed file
with
21 additions
and
13 deletions
05.互动云/8.1 点赞-获取点赞列表.md
| @@ -59,19 +59,27 @@ https://api.cnlive.com/open/api2/support/readAll?appId=xxx&... | @@ -59,19 +59,27 @@ https://api.cnlive.com/open/api2/support/readAll?appId=xxx&... | ||
| 59 | #### 返回格式说明: | 59 | #### 返回格式说明: |
| 60 | ``` | 60 | ``` |
| 61 | { | 61 | { |
| 62 | - "errorCode": "0", | ||
| 63 | - "errorMessage": "成功", | ||
| 64 | - "data": { | ||
| 65 | - "next_cursor": "0", | ||
| 66 | - "previous_cursor": "0", | ||
| 67 | - "total_number": "1", | ||
| 68 | - "total_columns": "1", | ||
| 69 | - "supports": [{ | ||
| 70 | - "sid": "145680", | ||
| 71 | - "nick": "我", | ||
| 72 | - "face": "xxxxxxxxxxxxxxxxx" | ||
| 73 | - }] | ||
| 74 | - } | 62 | + "errorCode": "0", |
| 63 | + "errorMessage": "成功", | ||
| 64 | + "data": { | ||
| 65 | + "next_cursor": "0", | ||
| 66 | + "previous_cursor": "0", | ||
| 67 | + "total_number": "1", | ||
| 68 | + "total_columns": "2", | ||
| 69 | + "praised": "true", | ||
| 70 | + "supports": [ | ||
| 71 | + { | ||
| 72 | + "sid": "10499498", | ||
| 73 | + "nick": "176xxxx3980", | ||
| 74 | + "face": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0226/1519621456573.jpg" | ||
| 75 | + }, | ||
| 76 | + { | ||
| 77 | + "sid": "123554", | ||
| 78 | + "nick": "Gujun", | ||
| 79 | + "face": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0323/1521771497768.jpg" | ||
| 80 | + } | ||
| 81 | + ] | ||
| 82 | + } | ||
| 75 | } | 83 | } |
| 76 | 84 | ||
| 77 | ``` | 85 | ``` |
| 78 | \ No newline at end of file | 86 | \ No newline at end of file |