美文网首页OA
(小程序)招标公告列表

(小程序)招标公告列表

作者: 一曲广陵散 | 来源:发表于2017-04-11 09:58 被阅读86次

    API: 获取招标公告列表


    URL: /get_tender_list/

    请求方式: POST

    参数

    startDate                   string        '2016-07-24 00:00:00'         开始时间,没有填写为'-1'
    endDate                     string        '2016-08-18 00:00:00'         结束时间,没有填写为'-1'
    pageCount                   int             10                          每页显示条数
    cityID                      string            0                         选择城市ID, 没有选择为'-1'
    startIndex                  int              0                          开始条数
    tokenID                     string        '2017-03-09152213'            登录tokenID,没有传值为‘-1’
    

    返回示例

    {
        "status": "SUCCESS",
        "data": {
            "dataList": [
                {
                    "cityID": "64",
                    "location": "无锡新区",
                    "title": "2016年零星工程无锡高新区C区B74-A地块淤泥整治工程",
                    "url": "http://xzfw.wuxi.gov.cn/doc/2017/03/14/1280278.shtml",
                    "cityName": "无锡市",
                    "publishDate": "2017-03-14",
                    "tenderID": "2017-03-151735401fd6edc0ad206adec6e6486ee5fbfc52"
                },
                {
                    "cityID": "64",
                    "location": "甘吴路",
                    "title": "甘吴路村道(老甘吴路-南张路)改建工程甘吴路村道(老甘吴路-南张路)改建工程",
                    "url": "http://xzfw.wuxi.gov.cn/doc/2017/03/10/1278511.shtml",
                    "cityName": "无锡市",
                    "publishDate": "2017-03-10",
                    "tenderID": "2017-03-15173540c2594359ff7a45259e923d0c87ae5321"
                }
            ],
            "count": 5740
        }
    }
    
    

    返回字段说明

    status      返回状态
    count       总共条目
    title       招标公告标题
    cityName    招标公告城市
    cityID      招标公告城市ID
    location    招标公告具体地址信息
    tenderID    招标公告具体ID
    publicDate  发布时间
    

    相关文章

      网友评论

        本文标题:(小程序)招标公告列表

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