Commit 174adc3b62704f230c919cc160eb45ca9a8fc8e2

Authored by 刘炯
1 parent 8b4e3100

update

02.直播云/1.0 获取直播活动信息接口Server.md
@@ -6,7 +6,7 @@ Title: 1.1 获取某直播活动信息接口 for WebServer @@ -6,7 +6,7 @@ Title: 1.1 获取某直播活动信息接口 for WebServer
6 6
7 7
8 ### 接口地址 ### 8 ### 接口地址 ###
9 -http://api.cnlive.com/open/api2/live_zbsc/getLiveActivityPlayInfo 9 +http://api.cnlive.com/open/api2/live_epg/getLiveActivityPlayInfo4Server
10 10
11 ### 接口协议 ### 11 ### 接口协议 ###
12 HTTP GET 12 HTTP GET
@@ -26,9 +26,9 @@ HTTP GET @@ -26,9 +26,9 @@ HTTP GET
26 | :----------- | :------: | :------: | :------: | 26 | :----------- | :------: | :------: | :------: |
27 | errorCode | int | true | 错误类型号 | 27 | errorCode | int | true | 错误类型号 |
28 | message| string | true | 错误类型 | 28 | message| string | true | 错误类型 |
29 -| activityid| string | true | 活动ID,确保SP下的唯一性 |  
30 -| activityname | string | true | 活动名称 |  
31 -| activitystatus | int | true | 活动状态,0:未开始 /1:已开始 /3:已结束 /4 已下线,默认为0 | 29 +| activityId| string | true | 活动ID,确保SP下的唯一性 |
  30 +| activityName | string | true | 活动名称 |
  31 +| activityStatus | int | true | 活动状态,0:未开始 /1:已开始 /3:已结束 /4 已下线,默认为0 |
32 | isHorizontalScreen | int | true | 屏幕方向,0:垂直即竖屏 /1:水平即横屏 ,默认为1 | 32 | isHorizontalScreen | int | true | 屏幕方向,0:垂直即竖屏 /1:水平即横屏 ,默认为1 |
33 | channelID | string | true | 播放通道;PGC业务:平台分配/ UGC业务:主播ID生成,确保SP下的唯一性 | 33 | channelID | string | true | 播放通道;PGC业务:平台分配/ UGC业务:主播ID生成,确保SP下的唯一性 |
34 | createTime | string | false | 开始时间,格式yyyyMMddHHmmss | 34 | createTime | string | false | 开始时间,格式yyyyMMddHHmmss |
@@ -54,9 +54,9 @@ HTTP GET @@ -54,9 +54,9 @@ HTTP GET
54 "errorCode":"0", 54 "errorCode":"0",
55 "messagae":"请求成功", 55 "messagae":"请求成功",
56 "data"{ 56 "data"{
57 - "activityid":"xxxxx",  
58 - "activitystatus":"1",  
59 - "activityname":"测试活动", 57 + "activityId":"xxxxx",
  58 + "activityStatus":"1",
  59 + "activityName":"测试活动",
60 "coverImgUrl":"小图图片URL", 60 "coverImgUrl":"小图图片URL",
61 "isHorizontalScreen":"1", 61 "isHorizontalScreen":"1",
62 "channelID":"xinyingshi", 62 "channelID":"xinyingshi",