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