获得聊天室累计人数接口
测试URL: http://10.254.139.101/CnliveM3/chat/getRoomPopulation.action?spId=xxx&activeId=xxx
请求方式: HTTP POST
返回格式: JSON
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| spId | String | true | 服务提供商 |
| activeId | String | true | 活动ID |
返回样例:
{
"errorCode": "0",
"errorMessage": "成功",
"data": {
"population": "4"
}
}