Commit 6c7f53a3e6de611a68adb1ff211cface4f935d2a
1 parent
2f5228fc
1
Showing
1 changed file
with
2 additions
and
2 deletions
01.点播云/1.01 flash播放器获取EPG信息接口.md
| @@ -6,7 +6,7 @@ Title: 1.01 播放器获取点播信息接口 | @@ -6,7 +6,7 @@ Title: 1.01 播放器获取点播信息接口 | ||
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | ### 接口地址 ### | 8 | ### 接口地址 ### |
| 9 | -http://api.cnlive.com/open/api2/vod_epg/getVodInfo4Player | 9 | +http://api.cnlive.com/open/api2/vod_epg/flash/getVodInfo4Player |
| 10 | 10 | ||
| 11 | ### 接口协议 ### | 11 | ### 接口协议 ### |
| 12 | HTTP GET | 12 | HTTP GET |
| @@ -19,7 +19,7 @@ HTTP GET | @@ -19,7 +19,7 @@ HTTP GET | ||
| 19 | |uid| string | false | 用户标识(uuid_时间戳) | | 19 | |uid| string | false | 用户标识(uuid_时间戳) | |
| 20 | |sid| String | false | 用户ID | | 20 | |sid| String | false | 用户ID | |
| 21 | |retry| int | false | 重试次数,在0~4之间累加 | | 21 | |retry| int | false | 重试次数,在0~4之间累加 | |
| 22 | -|isHLS| int | false | 0:mp4流,1:hls流(默认1) | | 22 | +|isHLS| int | false | 0:mp4流,1:hls流(默认0) | |
| 23 | 23 | ||
| 24 | ### 返回值 ### | 24 | ### 返回值 ### |
| 25 | 25 |