Commit 36a31e8aa20e61cb6b6864f92d99f0f0eccd1952

Authored by 李志鑫
1 parent 8c994063

2

02.直播云/3.3 直播备播地址接口.md
... ... @@ -12,8 +12,9 @@
12 12 | 参数名 | 参数类型 | 必选 | 参数说明 |
13 13 | :----------- | :------: | :------: | :------: |
14 14 | appId | string | true | 应用ID |
15   -| isEnableAlternateAddress| string | true | 直播备播地址 |
16   -| alternateAddressUrl| int | true | 是否启用备用地址,0:启用;1:禁用 |
  15 +| activityId| string | true | 活动ID |
  16 +| alternateAddressUrl| string | true | 直播备播地址 |
  17 +| status | int | true | 是否启用备用地址,0:启用;1:禁用 |
17 18 | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
18 19  
19 20 #### 返回说明:
... ...