Commit 2eba87d29fc8ff6e42546a5b0947019463a09fc9
1 parent
b0c1fa33
s
Showing
1 changed file
with
21 additions
and
0 deletions
05.互动云/3.8 直播结果统计.md
0 → 100644
| 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 | +``` | |
| 0 | 22 | \ No newline at end of file | ... | ... |