Commit b1545a1f6869b92747c8d5601cea4829bb80e70e
1 parent
357b2280
q
Showing
1 changed file
with
4 additions
and
1 deletions
02.直播云/1.3 创建直播活动接口.md
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | #### 请求参数说明: | 11 | #### 请求参数说明: |
| 12 | | 参数名 | 参数类型 | 必选 | 参数说明 | | 12 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 13 | | :----------- | :------: | :------: | :------: | | 13 | | :----------- | :------: | :------: | :------: | |
| 14 | -| sp_id | string(20) | true | 应用ID | | 14 | +| appId | string(20) | true | 应用ID | |
| 15 | | activityid| string(32) | true | 活动ID,确保SP下的唯一性 | | 15 | | activityid| string(32) | true | 活动ID,确保SP下的唯一性 | |
| 16 | | activityname | string(64) | true | 活动名称 | | 16 | | activityname | string(64) | true | 活动名称 | |
| 17 | | activitystatus | int | true | 活动状态,0:未开始 /1:已开始 /3:已结束 /4 已下线,默认为0 | | 17 | | activitystatus | int | true | 活动状态,0:未开始 /1:已开始 /3:已结束 /4 已下线,默认为0 | |
| @@ -30,5 +30,8 @@ | @@ -30,5 +30,8 @@ | ||
| 30 | { | 30 | { |
| 31 | "errorCode":"0", | 31 | "errorCode":"0", |
| 32 | "messagae":"请求成功" | 32 | "messagae":"请求成功" |
| 33 | + data{ | ||
| 34 | + “uploadstreamUrl”:"http://cnlive.xxxx/live/channelID?recID=xxxx_activityid&tokenString=xxxxx" | ||
| 35 | + } | ||
| 33 | } | 36 | } |
| 34 | ``` | 37 | ``` |
| 35 | \ No newline at end of file | 38 | \ No newline at end of file |