3.5 获得聊天室累计人数接口.md 393 Bytes

请求参数说明:

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

返回样例:

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