主播粉丝列表
URL: http://uc.cnlive.com/host/readHostCare.action?spId=xxx&token=xxx
请求方式: HTTP POST
返回格式: JSON
版本:互动电视5.3.2开始
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| spId | String | true | 服务提供商 |
| token | String | true | 参数加密串 |
| ----plat | String | true | 客户端平台 |
| ----hostId | String | true | 主播ID |
返回格式说明:
{
"errorCode":"0",
"errorMessage":"success",
"data":{
"ios":{
"52813ec8-f30c-11e4-29s9-5cf3fc4e3662":"145680",
"52813ec8-f30c-11e4-29s9-5cf3fc4e3663":"145680"
},
"android":{
"52813ec8-f30c-11e4-29s9-5cf3fc4e3664":"145680",
"52813ec8-f30c-11e4-29s9-5cf3fc4e3661":"145680"
}
}
}