Commit 4e682a08e4062ff2321fd4473a774eadd3d583a7

Authored by 李志鑫
1 parent 93e9ed79

修改

02.直播云/3.3 直播备播地址接口.md
1   -### 停止录制接口
  1 +### 直播备播地址接口
2 2 -----
3   -#### URL: http://api.cnlive.com/open/api2/live_epg/stopRecording
  3 +#### URL: http://bc.cnlive.com/bokong/saveAlternateAddress/activity
4 4 -----
5 5 #### 接口说明:
6 6 -----
... ... @@ -12,7 +12,8 @@
12 12 | 参数名 | 参数类型 | 必选 | 参数说明 |
13 13 | :----------- | :------: | :------: | :------: |
14 14 | appId | string | true | 应用ID |
15   -| activityId| string | true | 活动ID,确保SP下的唯一性 |
  15 +| isEnableAlternateAddress| int | true | 直播备播地址 |
  16 +| alternateAddressUrl| string | true | 是否启用备用地址,0:启用;1:禁用 |
16 17 | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
17 18  
18 19 #### 返回说明:
... ...