互动消息详情接口
URL: http://uc.cnlive.com/my/getMyHDMessage.action?spId=xxx&token=xxx
请求方式: HTTP GET
返回格式: JSON
版本:互动电视5.3开始
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| spId | String | true | 服务提供商 |
| token | String | true | 参数加密串 |
| ----plat | String | true | 客户端平台 |
| ----msgId | String | true | 消息ID |
| ----sid | String | true | 用户ID |
| ----activityId | String | true | 活动ID |
返回样例:
{
"errorCode": "0",
"errorMessage": "success",
"data": {
"activity": "萧敬腾演唱会",
"top": [
{
"info": "贡献榜",
"result": "第6名"
},
{
"info": "红包",
"result": "0"
},
{
"info": "中国币",
"result": "-420"
}
],
"detail": [
{
"info": "送礼物x14",
"result": "-350"
},
{
"info": "博彩x1",
"result": "30"
},
{
"info": "打赏x7",
"result": "-70"
},
{
"info": "问答x1",
"result": "30"
}
]
}
}