Commit 08a354cc51bc65a7263abe381222bfd763369d2c
1 parent
b59c6724
app
Showing
1 changed file
with
4 additions
and
7 deletions
02.直播云/1.5 停止直播活动接口.md
| 1 | ### 创建直播活动接口 | 1 | ### 创建直播活动接口 |
| 2 | ----- | 2 | ----- |
| 3 | -#### URL: http://api.cnlive.com/open/api3/play/IPS/CloseActivity | 3 | +#### URL: http://api.cnlive.com/open/api3/play/IPS/closeActivity |
| 4 | ----- | 4 | ----- |
| 5 | #### 接口说明: 返回直播播放地址 | 5 | #### 接口说明: 返回直播播放地址 |
| 6 | ----- | 6 | ----- |
| @@ -11,17 +11,14 @@ | @@ -11,17 +11,14 @@ | ||
| 11 | #### 请求参数说明: | 11 | #### 请求参数说明: |
| 12 | | 参数名 | 参数类型 | 必选 | 参数说明 | | 12 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 13 | | :----------- | :------: | :------: | :------: | | 13 | | :----------- | :------: | :------: | :------: | |
| 14 | -| sp_id | string | true | 应用ID | | ||
| 15 | -| activityid| string | true | 活动ID,确保SP下的唯一性 | | 14 | +| appId | string | true | 应用ID | |
| 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 | #### 返回说明: |
| 19 | ```json | 19 | ```json |
| 20 | { | 20 | { |
| 21 | "errorCode":"0", | 21 | "errorCode":"0", |
| 22 | - "messagae":"请求成功", | ||
| 23 | - data{ | ||
| 24 | - vid:"xxxxxx" | ||
| 25 | - } | 22 | + "messagae":"请求成功" |
| 26 | } | 23 | } |
| 27 | ``` | 24 | ``` |
| 28 | \ No newline at end of file | 25 | \ No newline at end of file |