获取直播主题列表

接口地址:[接口根]/plugin/weilive-api/list
请求类型:get

  • 可选参数:page,当前页,下标从1开始
  • 可选参数:pagesize,分页大小,默认为8
[
    {
        "title": "测试",
        "indexpic": null,
        "content": "范德萨范德萨范德萨和嘎嘎嘎",
        "createtime": 1432732163,
        "key": "5565c2034d981be41a000029"
    },
    {
        "title": "fdsa 范德萨",
        "indexpic": "http://localhost:8080/uploads/5516ca2f4d981b1425000029/20150514/9ec1480021901eefb2e5f71b746b8d7d.jpg",
        "content": "范德萨范德萨 ",
        "createtime": 1431537959,
        "key": "555389274d981bcc1c000029"
    }
]


获取某个直播详情

接口地址:[接口根]/plugin/weilive-api/live
请求类型:get

  • 必须参数:key,需要提供的信息的key值
{
    "title": "fdsa 范德萨",
    "indexpic": "http://localhost:8080/uploads/5516ca2f4d981b1425000029/20150514/9ec1480021901eefb2e5f71b746b8d7d.jpg",
    "content": "范德萨范德萨 ",
    "createtime": 1431537959,
    "key": "555389274d981bcc1c000029",
    "list": [
        {
            "postman": {
                "type": "worker",
                "key": {
                    "$id": "55332cbf4d981bdc14000029"
                },
                "name": "戚俊",
                "facepic": null
            },
            "createtime": 1432732620,
            "content": "图片测试",
            "images": [
                "http://storage.tmtsp.com/5516ca2f4d981b1425000029/20150527/5862866f5ba7da425d23e4fd152cb478.jpg",
                "http://storage.tmtsp.com/5516ca2f4d981b1425000029/20150527/b39c14f4f45d179acee164ad88dcda54.gif"
            ]
        },
        {
            "postman": {
                "type": "worker",
                "key": {
                    "$id": "55332cbf4d981bdc14000029"
                },
                "name": "戚俊",
                "facepic": null
            },
            "createtime": 1432732560,
            "content": "1test",
            "images": []
        },
        {
            "postman": {
                "type": "worker",
                "key": {
                    "$id": "55332cbf4d981bdc14000029"
                },
                "name": "戚俊",
                "facepic": null
            },
            "createtime": 1432732560,
            "content": "范德萨范德萨的萨芬倒萨",
            "images": []
        },
        {
            "createtime": 1431538440,
            "content": "范德萨1111111"
        },
        {
            "createtime": 1431538380,
            "content": "范德萨范德萨地方撒是"
        }
    ]
}


获取最新一个直播的详情

接口地址:[接口根]/plugin/weilive-api/new
请求类型:get

{
    "title": "fdsa 范德萨",
    "indexpic": "http://localhost:8080/uploads/5516ca2f4d981b1425000029/20150514/9ec1480021901eefb2e5f71b746b8d7d.jpg",
    "content": "范德萨范德萨 ",
    "createtime": 1431537959,
    "key": "555389274d981bcc1c000029",
    "list": [
        {
            "postman": {
                "type": "worker",
                "key": {
                    "$id": "55332cbf4d981bdc14000029"
                },
                "name": "戚俊",
                "facepic": null
            },
            "createtime": 1432732620,
            "content": "图片测试",
            "images": [
                "http://storage.tmtsp.com/5516ca2f4d981b1425000029/20150527/5862866f5ba7da425d23e4fd152cb478.jpg",
                "http://storage.tmtsp.com/5516ca2f4d981b1425000029/20150527/b39c14f4f45d179acee164ad88dcda54.gif"
            ]
        },
        {
            "postman": {
                "type": "worker",
                "key": {
                    "$id": "55332cbf4d981bdc14000029"
                },
                "name": "戚俊",
                "facepic": null
            },
            "createtime": 1432732560,
            "content": "1test",
            "images": []
        },
        {
            "postman": {
                "type": "worker",
                "key": {
                    "$id": "55332cbf4d981bdc14000029"
                },
                "name": "戚俊",
                "facepic": null
            },
            "createtime": 1432732560,
            "content": "范德萨范德萨的萨芬倒萨",
            "images": []
        },
        {
            "createtime": 1431538440,
            "content": "范德萨1111111"
        },
        {
            "createtime": 1431538380,
            "content": "范德萨范德萨地方撒是"
        }
    ]
}