Commit 241a36a57a3bd63b44d7f89f95fce2fcac848e13
1 parent
222ea333
重置直播状态接口
Showing
1 changed file
with
26 additions
and
0 deletions
02.直播云/3.4 重置直播状态接口.md
0 → 100644
| 1 | +### 直播备播地址接口 | |
| 2 | +----- | |
| 3 | +#### URL: http://bc.cnlive.com/bokong/saveAlternateAddress/activity | |
| 4 | +----- | |
| 5 | +#### 接口说明: | |
| 6 | +----- | |
| 7 | +#### 请求方式: HTTP POST | |
| 8 | +----- | |
| 9 | +#### 返回格式: 200 | |
| 10 | +----- | |
| 11 | +#### 请求参数说明: | |
| 12 | +| 参数名 | 参数类型 | 必选 | 参数说明 | | |
| 13 | +| :----------- | :------: | :------: | :------: | | |
| 14 | +| appId | string | true | 应用ID | | |
| 15 | +| activityId| string | true | 活动ID | | |
| 16 | +| alternateAddressUrl| string | true | 直播备播地址 | | |
| 17 | +| status | int | true | 是否启用备用地址,0:启用;1:禁用 | | |
| 18 | +| sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | | |
| 19 | + | |
| 20 | +#### 返回说明: | |
| 21 | +```json | |
| 22 | +{ | |
| 23 | + "errorCode":"0", | |
| 24 | + "errormessagae":"请求成功" | |
| 25 | +} | |
| 26 | +``` | |
| 0 | 27 | \ No newline at end of file | ... | ... |