Commit b9cc6347051f5d840fa61385db2d8bfdcac60b52
1 parent
20ef47bf
add
Showing
1 changed file
with
22 additions
and
0 deletions
7. 互动云/3.5 获得聊天室累计人数接口.md
| 1 | +### 发送聊天信息接口 | ||
| 2 | +----- | ||
| 3 | +#### URL: http://api.cnlive.com/open/api/chat/host/getRoomPopulation | ||
| 4 | +----- | ||
| 5 | +#### 请求方式: HTTP GET | ||
| 6 | +----- | ||
| 7 | +#### 返回格式: JSON | ||
| 8 | +----- | ||
| 9 | +#### 请求参数说明: | ||
| 10 | +| 参数名 | 参数类型 | 必选 | 参数说明 | | ||
| 11 | +| :----------- | :------: | :------: | :------: | | ||
| 12 | +| mediaId | String | true | 活动ID | | ||
| 13 | +| sign | String | true| 签名 | | ||
| 14 | +----- | ||
| 15 | +#### 返回格式说明: | ||
| 16 | +``` | ||
| 17 | +{ | ||
| 18 | + "errorCode": "0", | ||
| 19 | + "errorMessage": "success", | ||
| 20 | + "data": "789444" //当前累计人数 | ||
| 21 | +} | ||
| 22 | +``` | ||
| 0 | \ No newline at end of file | 23 | \ No newline at end of file |