接口名称 读取顶踩     签名
地址 https://api.cnlive.com/open/api2/ctServices/supportForHd/readSupport
method post
返回数据 json

请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
ids String true 节目ID 多个以英文,号分隔
plat String true 客户端平台[i:IOS客户端,a:Android客户端]
sign String true 签名规则见签名详情

返回格式说明:

{
 "supports": [{
 "id": "1",
 "support": "10",
 "noSupport": "20"
 }, {
 "id": "2",
 "support": "10",
 "noSupport": "20"
 }]
}