Commit 1346610acaa9317edcbde786e4453509f36865ad
1 parent
4bf63c3f
update 3.5获取聊天室累计人数
Showing
1 changed file
with
17 additions
and
0 deletions
05.互动云/3.5 获得聊天室累计人数接口.md
| 1 | +#### 请求参数说明: | ||
| 2 | +| 参数名 | 参数类型 | 必选 | 参数说明 | | ||
| 3 | +| :----------- | :------: | :------: | :------: | | ||
| 4 | +| spId | String | true | 服务提供商 | | ||
| 5 | +| activeId | String | true | 活动ID | | ||
| 6 | +| sign| String | true | 签名 | | ||
| 7 | +----- | ||
| 8 | +#### 返回样例: | ||
| 9 | +``` | ||
| 10 | +{ | ||
| 11 | + "errorCode": "0", | ||
| 12 | + "errorMessage": "成功", | ||
| 13 | + "data": { | ||
| 14 | + "population": "4" | ||
| 15 | + } | ||
| 16 | +} | ||
| 17 | +``` | ||
| 0 | \ No newline at end of file | 18 | \ No newline at end of file |