移动应用

X直播新版API文档

2015-11-30  本文已影响170人  selpro

X直播 App API 接口


接口修改说明

日期 修改人
2015/11/30 王小柱

目录


[TOC]


接口文档概要说明


API LIST

1、首页推介接口


| url | method |
| ----------|-------------------------------:|
| http://ip:port/interface/user/xxx.action | method|
首页接口,包括首页推荐列表和直播条信息

请求参数

返回参数

{
    "errorcode": 0,
    "msg": "提示",
    "recData": [
        {
            "id": 1231231232,
            "type": 3,
            "tag": "直播",
            "desc": "描述",
            "title": "标题"
        },
        {
            "id": 1231231232,
            "type": 3,
            "tag": "直播",
            "desc": "描述",
            "title": "标题"
        }
    ],
    "vidData": [
        {
            "title": "附近人都在看",
            "id": "列表id",
            "vids": [
                {
                    "id": 23142341,
                    "title": "真娘子",
                    "channelType": 2,
                    "img": "http:\\sssss.jpg",
                    "url": "播放地址",
                    "view": "12421 播放次数",
                    "comments": "1234评论次数"
                },
                {
                    "id": 23142341,
                    "title": "真娘子",
                    "channelType": 2,
                    "img": "http:\\sssss.jpg",
                    "url": "播放地址",
                    "view": "12421 播放次数",
                    "comments": "1234评论次数"
                }
            ]
        },
        {
            "title": "最近热播",
            "id": "列表id",
            "vids": [
                {
                    "id": 23142341,
                    "title": "真娘子",
                    "channelType": 2,
                    "img": "http:\\sssss.jpg",
                    "url": "播放地址",
                    "view": "12421 播放次数",
                    "comments": "1234评论次数"
                },
                {
                    "id": 23142341,
                    "title": "真娘子",
                    "channelType": 2,
                    "img": "http:\\sssss.jpg",
                    "url": "播放地址",
                    "view": "12421 播放次数",
                    "comments": "1234评论次数"
                }
            ]
        }
    ]
}

2、首页电视接口


| url | method |
| ----------|-------------------------------:|
| http://ip:port/interface/user/xxx.action | method|
首页的电视列表页

请求参数

返回参数

{
    "errorcode": 0,
    "msg": "提示",
    "data": [
        {
            "id": "dafdasdf",
            "programImg": "xxx.jsg",
            "title": "CCTV5",
            "program": "动物世界",
            "timeTag": "直播时间 10:26-20:00",
            "fan": 342451
        },
        {
            "id": "dafdasdf",
            "programImg": "xxx.jsg",
            "title": "CCTV8",
            "program": "金瓶梅",
            "timeTag": "直播时间 18:26-22:00",
            "fan": 324511
        }
    ]
}

3、首页电台接口


| url | method |
| ----------|-------------------------------:|
| http://ip:port/interface/user/xxx.action | method|
首页的电台的列表接口,需要 返回历史收听记录和所有的电台

请求参数

返回参数

{
    "errorcode": 0,
    "msg": "提示",
    "data": [
        {
            "id": "dafdasdf",
            "programImg": "xxx.jsg",
            "title": "fn 987",
            "program": "动物世界",
            "timeTag": "直播时间 10:26-20:00",
            "fan": 342451
        },
        {
            "id": "dafdasdf",
            "programImg": "xxx.jsg",
            "title": "FM 451",
            "program": "金瓶梅",
            "timeTag": "直播时间 18:26-22:00",
            "fan": 324511
        }
    ],
    "hotData": [
        {
            "id": "dafdasdf",
            "img": "xxx.jsg",
            "title": "FM 451",
            "fan": 324511
        },
        {
            "id": "dafdasdf",
            "img": "xxx.jsg",
            "title": "FM 451",
            "fan": 324511
        }
    ],
    "historyData": [
        {
            "id": "dafdasdf",
            "logo": "xxx.jsg",
            "title": "FM 451",
            "fan": 324511
        },
        {
            "id": "dafdasdf",
            "logo": "xxx.jsg",
            "title": "FM 451",
            "fan": 324511
        }
    ]
}

4、首页活动接口


| url | method |
| ----------|-------------------------------:|
| http://ip:port/interface/user/xxx.action | method|
首页的活动列表接口

请求参数

返回参数

{
    "errorcode": 0,
    "msg": "提示",
    "data": [
        {
            "id": "dafdasdf",
            "desc": "武汉晚报讯(记者万勤)夫妻俩协议离婚后,为争夺儿子的抚养权两人对簿公堂,女方说儿子非男方亲生,经亲子鉴定竟真的如此,男方一怒之下索赔50万。",
            "title": "夫妻离婚争抚养权发现儿子非亲生 男子索赔50万",
            "timeTag": "直播时间 10:26-20:00",
            "fan": 342451,
            "img": "活动图片"
        }
    ]
}

5、点播分类首页接口


| url | method |
| ----------|-------------------------------:|
| http://ip:port/interface/user/xxx.action | method|
点播分类接口展示点播界面的分类,点击根据分类id能够进入响应的分类

请求参数

返回参数

{
    "errorcode": 0,
    "msg": "提示",
    "data": [
        {
            "id": "dafdasdf",
            "img": "xxx.jsg",
            "title": "体育",
            "subData": [
                {
                    "id": "l",
                    "title": "精选"
                },
                {
                    "id": 2,
                    "title": "热门"
                }
            ]
        },
        {
            "id": "dafdasdf",
            "img": "xxx.jsg",
            "title": "经济",
            "subData": [
                {
                    "id": "l",
                    "title": "精选"
                },
                {
                    "id": 2,
                    "title": "热门"
                }
            ]
        }
    ]
}
上一篇 下一篇

猜你喜欢

热点阅读