Commit c556bc0e025c7980ea9721be6fb7869d01eb495c

Authored by 费有文
1 parent fe19db38

3

02.直播云/1.4 启动直播活动接口.md
1 ### 创建直播活动接口 1 ### 创建直播活动接口
2 ----- 2 -----
3 -#### URL: http://api.cnlive.com/open/api3/play/IPS/StartActivity 3 +#### URL: http://api.cnlive.com/open/api3/play/IPS/startActivity
4 ----- 4 -----
5 #### 接口说明: 返回直播播放地址 5 #### 接口说明: 返回直播播放地址
6 ----- 6 -----
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 #### 请求参数说明: 11 #### 请求参数说明:
12 | 参数名 | 参数类型 | 必选 | 参数说明 | 12 | 参数名 | 参数类型 | 必选 | 参数说明 |
13 | :----------- | :------: | :------: | :------: | 13 | :----------- | :------: | :------: | :------: |
14 -| sp_id | string | true | 应用ID | 14 +| appId | string | true | 应用ID |
15 | activityid| string | true | 活动ID,确保SP下的唯一性 | 15 | activityid| string | true | 活动ID,确保SP下的唯一性 |
16 | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | 16 | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
17 17