Commit e5643dd9577194f6d14fee18510e360feb4d7a63

Authored by 刘基城
1 parent 7a68f75b

修改接口路径格式,以及参数名为驼峰结构

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/api2/live_epg/startActivity
4 ----- 4 -----
5 #### 接口说明: 返回直播播放地址 5 #### 接口说明: 返回直播播放地址
6 ----- 6 -----
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 | 参数名 | 参数类型 | 必选 | 参数说明 | 12 | 参数名 | 参数类型 | 必选 | 参数说明 |
13 | :----------- | :------: | :------: | :------: | 13 | :----------- | :------: | :------: | :------: |
14 | appId | 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
18 #### 返回说明: 18 #### 返回说明: