Commit cef911980497e6637ec761826e67defac1ccfa07

Authored by 费有文
1 parent 7bf44a68

f

8.直播云/1.3 创建直播活动接口.md
@@ -13,11 +13,15 @@ @@ -13,11 +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 |
16 | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | 19 | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
17 20
18 #### 返回说明: 21 #### 返回说明:
19 - 22 +```json
20 { 23 {
21 "errorCode":"0", 24 "errorCode":"0",
22 "messagae":"请求成功" 25 "messagae":"请求成功"
23 -}  
24 \ No newline at end of file 26 \ No newline at end of file
  27 +}
  28 +```
25 \ No newline at end of file 29 \ No newline at end of file