Commit efee33e70900c3931960dc406aa5d960a82cf4d1
1 parent
e02fe5f0
333
Showing
1 changed file
with
5 additions
and
5 deletions
8.直播云/1.5 停止直播活动接口.md
| 1 | ### 创建直播活动接口 | 1 | ### 创建直播活动接口 |
| 2 | ----- | 2 | ----- |
| 3 | -#### URL: http://api.cnlive.com/open/api3/play/IPS/CreateActivity | 3 | +#### URL: http://api.cnlive.com/open/api3/play/IPS/CloseActivity |
| 4 | ----- | 4 | ----- |
| 5 | #### 接口说明: 返回直播播放地址 | 5 | #### 接口说明: 返回直播播放地址 |
| 6 | ----- | 6 | ----- |
| @@ -13,15 +13,15 @@ | @@ -13,15 +13,15 @@ | ||
| 13 | | :----------- | :------: | :------: | :------: | | 13 | | :----------- | :------: | :------: | :------: | |
| 14 | | sp_id | string | true | 应用ID | | 14 | | sp_id | string | true | 应用ID | |
| 15 | | activityid| string | true | 活动ID,确保SP下的唯一性 | | 15 | | activityid| string | true | 活动ID,确保SP下的唯一性 | |
| 16 | -| activityname | string | false | 活动名称 | | ||
| 17 | -| channelID | string | true | 播放通道;PGC:平台分配/UGC:主播ID生成,确保SP下的唯一性 | | ||
| 18 | -| sp_id | string | true | 应用ID | | ||
| 19 | | 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> | |
| 20 | 17 | ||
| 21 | #### 返回说明: | 18 | #### 返回说明: |
| 22 | ```json | 19 | ```json |
| 23 | { | 20 | { |
| 24 | "errorCode":"0", | 21 | "errorCode":"0", |
| 25 | - "messagae":"请求成功" | 22 | + "messagae":"请求成功", |
| 23 | + data{ | ||
| 24 | + vid:"xxxxxx" | ||
| 25 | + } | ||
| 26 | } | 26 | } |
| 27 | ``` | 27 | ``` |
| 28 | \ No newline at end of file | 28 | \ No newline at end of file |