读取举报类型
URL: http://uc.cnlive.com/host/reportType.action?spId=xxx&plat=xxx
请求方式: HTTP GET
返回格式: JSON
版本:互动电视5.3.2开始
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| spId | String | true | 服务提供商 |
| plat | String | true | 客户端平台 |
返回格式说明:
{
"errorCode": "0",
"errorMessage": "success",
"data": [
{
"id": "1",
"type": "反政府"
},
{
"id": "2",
"type": "色情"
}
]
}