3.8 直播结果统计.md 613 Bytes

请求参数说明:

参数名 参数类型 必选 参数说明
spId String true 服务提供商
activeId String true 直播活动ID
hostId String true 主播ID
plat String true 客户端平台
sign String true 签名

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "success",
    "data": {
        "viewCount": "1000",   //观看人数
        "loveCount": "600",    //喜欢人数
        "cnCoin": "170"        //主播收货中国币
    }
}