接口名称 获得聊天室累积人数     签名
地址 https://api.cnlive.com/open/api2/interacitve_chat/host/getRoomPopulation
method post
返回数据 json

请求参数说明:

参数名 参数类型 必选 参数说明
spId String true 服务提供商
activeId String true 活动ID
sign String true 签名

返回样例:

{
 "errorCode": "0",
 "errorMessage": "成功",
 "data": {
 "population": "4"
 }
}