Commit 6d9be4ee888a83b43524dc3e1fea32c6eb9da5c5
1 parent
2dd09669
update
Showing
1 changed file
with
59 additions
and
0 deletions
7. 互动云/2.3 评分-读取评分排行.md
0 → 100644
| 1 | +/* | ||
| 2 | + Title: 2.3 读取评分排行 | ||
| 3 | + Sort: 23 | ||
| 4 | +*/ | ||
| 5 | +#### URL: http://api.cnlive.com/open/api/ctServices/gradeForHdV2/readGradeRank?sp_id=xxx&... | ||
| 6 | +----- | ||
| 7 | +#### 请求方式: POST | ||
| 8 | +----- | ||
| 9 | +#### 返回格式: JSON | ||
| 10 | +----- | ||
| 11 | +#### 请求参数说明: | ||
| 12 | +<table class="table table-bordered table-striped table-condensed"> | ||
| 13 | + <tr> | ||
| 14 | + <th>参数</th> | ||
| 15 | + <th>必选</th> | ||
| 16 | + <th>类型</th> | ||
| 17 | + <th>说明</th> | ||
| 18 | + </tr> | ||
| 19 | + <tr> | ||
| 20 | + <td>sp_id</td> | ||
| 21 | + <td>true</td> | ||
| 22 | + <td>string</td> | ||
| 23 | + <td>服务提供商ID</td> | ||
| 24 | + </tr> | ||
| 25 | + <tr> | ||
| 26 | + <td>columnId</td> | ||
| 27 | + <td>true</td> | ||
| 28 | + <td>string</td> | ||
| 29 | + <td>栏目ID</td> | ||
| 30 | + </tr> | ||
| 31 | + <tr> | ||
| 32 | + <td>count</td> | ||
| 33 | + <td>int</td> | ||
| 34 | + <td>string</td> | ||
| 35 | + <td>Top N</td> | ||
| 36 | + </tr> | ||
| 37 | + <tr> | ||
| 38 | + <td>plat</td> | ||
| 39 | + <td>true</td> | ||
| 40 | + <td>string</td> | ||
| 41 | + <td>客户端平台[i:IOS客户端,a:Android客户端]</td> | ||
| 42 | + </tr> | ||
| 43 | + <tr> | ||
| 44 | + <td>sign</td> | ||
| 45 | + <td>true</td> | ||
| 46 | + <td>string</td> | ||
| 47 | + <td>签名</td> | ||
| 48 | + </tr> | ||
| 49 | +</table> | ||
| 50 | + | ||
| 51 | +----- | ||
| 52 | +#### 返回格式说明: | ||
| 53 | +``` | ||
| 54 | +{ | ||
| 55 | + errorCode: "0" | ||
| 56 | + errorMessage: "1,2" (前count个评分排行的节目ID) | ||
| 57 | +} | ||
| 58 | + | ||
| 59 | +``` | ||
| 0 | \ No newline at end of file | 60 | \ No newline at end of file |