Commit b1545a1f6869b92747c8d5601cea4829bb80e70e

Authored by 费有文
1 parent 357b2280

q

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