Commit fc437c2c4f4fe2200292a5d33269b815990693da
1 parent
2eba87d2
del
Showing
1 changed file
with
0 additions
and
21 deletions
05.互动云/3.8 获取聊天室累计用户数.md deleted
100644 → 0
| 1 | -#### 请求参数说明: | |
| 2 | -| 参数名 | 参数类型 | 必选 | 参数说明 | | |
| 3 | -| :----------- | :------: | :------: | :------: | | |
| 4 | -| spId | String | true | 服务提供商 | | |
| 5 | -| activeId| String | true | 直播活动ID | | |
| 6 | -| hostId| String | true | 主播ID | | |
| 7 | -| plat | String | true | 客户端平台 | | |
| 8 | -| sign| String | true | 签名 | | |
| 9 | ------ | |
| 10 | -#### 返回格式说明: | |
| 11 | -``` | |
| 12 | -{ | |
| 13 | - "errorCode": "0", | |
| 14 | - "errorMessage": "success", | |
| 15 | - "data": { | |
| 16 | - "viewCount": "1000", //观看人数 | |
| 17 | - "loveCount": "600", //喜欢人数 | |
| 18 | - "cnCoin": "170" //主播收货中国币 | |
| 19 | - } | |
| 20 | -} | |
| 21 | -``` | |
| 22 | 0 | \ No newline at end of file |