顶踩
URL: http://ct.cnlive.com/services/supportForHd/readSupport
请求方式: HTTP GET
返回格式: JSON
版本:互动电视5.3开始
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| spId | String | true | AppID |
| plat | String | true | 客户端平台 |
| ids | String | true | 节目ID ,多个以英文,号分隔 |
返回格式说明:
{
"supports": [{
"id": "1",
"support": "10",
"noSupport": "20"
}, {
"id": "2",
"support": "10",
"noSupport": "20"
}]
}