Commit 346aa687f94eaee18526a46ccde76c46db3736f1
1 parent
8871d11a
增加描述信息
Showing
1 changed file
with
2 additions
and
0 deletions
01.点播云/1.01 播放器获取EPG信息接口.md
| ... | ... | @@ -30,6 +30,7 @@ HTTP GET |
| 30 | 30 | | title| string | true | 节目标题 | |
| 31 | 31 | | subTitle| string | false | 节目副标题 | |
| 32 | 32 | | status| string | true | 节目状态,1:上线,2:下线 | |
| 33 | +| statusDescription| string | true | 节目状态描述 | | |
| 33 | 34 | | vId| string | true | 节目的唯一标识 | |
| 34 | 35 | | videoUrl_1 | string | false |播放地址 流畅版 | |
| 35 | 36 | | videoUrl_2 | string | true |播放地址 清晰版 | |
| ... | ... | @@ -43,6 +44,7 @@ HTTP GET |
| 43 | 44 | "errorMessage":"请求成功", |
| 44 | 45 | "data":{ |
| 45 | 46 | "status":"1", |
| 47 | + "statusDescription":"****", | |
| 46 | 48 | "vId":"174e6c5f3d9e4ddeb739feed1906fa11", |
| 47 | 49 | "subTitle":"BTOB对粉丝甜喊:我想你们了", |
| 48 | 50 | "title":"BTOB甜喊:我想你们了", | ... | ... |