Commit efee33e70900c3931960dc406aa5d960a82cf4d1

Authored by 费有文
1 parent e02fe5f0

333

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 13 | :----------- | :------: | :------: | :------: |
14 14 | sp_id | string | true | 应用ID |
15 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 16 | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
20 17  
21 18 #### 返回说明:
22 19 ```json
23 20 {
24 21 "errorCode":"0",
25   - "messagae":"请求成功"
  22 + "messagae":"请求成功",
  23 + data{
  24 + vid:"xxxxxx"
  25 + }
26 26 }
27 27 ```
28 28 \ No newline at end of file
... ...