Commit a54e711662d467eb3dc2af2adf3c77050447438d
1 parent
ad477391
fix
Showing
2 changed files
with
3 additions
and
3 deletions
05.互动云/9.1点赞-并根据标签记录排行.md
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | Title: 9.1 点赞并记录点赞排行 |
| 3 | 3 | Sort: 16 |
| 4 | 4 | */ |
| 5 | -#### URL: https://api.cnlive.com/open/api2/commentServices/services/supportBySpIdForEye/insert | |
| 5 | +#### URL: https://api.cnlive.com/open/api2/commentServices/services/supportBySpIdForRank/insert | |
| 6 | 6 | ----- |
| 7 | 7 | #### 请求方式: POST |
| 8 | 8 | ----- | ... | ... |
05.互动云/9.2点赞-读取点赞排行.md
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | Title: 9.2 读取点赞排行 |
| 3 | 3 | Sort: 16 |
| 4 | 4 | */ |
| 5 | -#### URL: https://api.cnlive.com/open/api2/commentServices/services/supportBySpIdForEye/readRank | |
| 5 | +#### URL: https://api.cnlive.com/open/api2/commentServices/services/supportBySpIdForRank/readRank | |
| 6 | 6 | ----- |
| 7 | 7 | #### 请求方式: get |
| 8 | 8 | ----- |
| ... | ... | @@ -35,7 +35,7 @@ |
| 35 | 35 | <td>内容标签</td> |
| 36 | 36 | </tr> |
| 37 | 37 | <tr> |
| 38 | - <td>num</td> | |
| 38 | + <td>top</td> | |
| 39 | 39 | <td>true</td> |
| 40 | 40 | <td>string</td> |
| 41 | 41 | <td>读取前几名</td> | ... | ... |