美文网首页
列表 数据接口

列表 数据接口

作者: 果酱一一 | 来源:发表于2015-10-29 21:50 被阅读246次

    接口描述

    获取动态的列表数据,例如:招标动态列表、中标动态列表等;

    请求参数说明

    参数 类型 说明
    page int 页码
    page_size int 每页显示多少个
    min_id long 列表最后一个“标”的ID,最初传 -1
    time string 列表最后一个“标”的时间

    返回参数说明

    参数 类型 说明
    id long 标ID
    source string 此标的直接来源
    url string 请求的URL
    type int 类型 主要区别 招标公告,中标公告等
    title string “标”的标题
    time string “标”的时间

    请求方式【GET】【POST】

    http://localhost:8080/digest/getPageList?page=1&page_size=10&type=1&min_id=-1&time=2015-10-12
    

    返回结果

    {
        code: 0,
        digest_list: [
            {
                id: 13986,
                source: "http://ztbzx.hbsjtt.gov.cn/erji/content/2015-09/22/content_414747.htm",
                url: "http://ztbzx.hbsjtt.gov.cn/erji/content/2015-09/22/content_414747.htm",
                type: 0,
                title: "省道平青乐线爪村滦河大桥新桥维修加固工程施工监理招标公告",
                time: "2015-10-24 16:55:02"
            },
            {
                id: 13985,
                source: "http://ztbzx.hbsjtt.gov.cn/erji/content/2015-09/22/content_414747.htm",
                url: "http://ztbzx.hbsjtt.gov.cn/erji/content/2015-09/22/content_414747.htm",
                type: 0,
                title: "省道平青乐线爪村滦河大桥新桥维修加固工程施工监理招标公告",
                time: "2015-10-24 16:55:02"
            }
        ]
    }
    

    相关文章

      网友评论

          本文标题:列表 数据接口

          本文链接:https://www.haomeiwen.com/subject/hukfhttx.html