工作总结

oa API

2017-03-24  本文已影响13人  一曲广陵散

API: 获取经办人推送消息列表


URL: /get_pushed_list_by_operator/

请求方式: POST

参数

pageCount                   int             10                          每页显示条数
startIndex                  int              0                          开始条数
tokenID                     string        '2017-03-09152213'            登录tokenID

返回示例

{
    "status": "SUCCESS",
    "data": {
        "dataList": [
            {
                "title": "镇江市水业总公司征润洲污水处理厂改扩建工程项",
                "pushedID": "2017-03-241016139a59ffe7c236d74b10a7ad8e08e76dfd",
                "publishDate": "2017-03-21",
                "url": "http://www.zjggzy.gov.cn/jyx",
                "tenderID": "2017-03-23155425c9c11e1e860f8ffa3ffd75997bc0cd5e",
                "createTime": "2017-03-24 10:16:13",
                "location": "镇江市区"
            },
            {
                "title": "(溧水分中心)天生桥大道景观提升工",
                "pushedID": "2017-03-241020586e2e36c9fb3d76ebcce3f5a6a01bc2f1",
                "publishDate": "2017-03-22",
                "url": "http://ggzy.njzwfw.",
                "tenderID": "2017-03-231554222453565aec199fdfe7e80c10d51f37f2",
                "createTime": "2017-03-24 10:20:58",
                "location": ""
            }
        ],
        "count": 2
    }
}

返回字段说明

status                  boolean     返回状态
count                   int         总共条目
pushedID                string      '推送ID',
createTime              string      推送创建时间
publishDate             string      公告发布时间
url                     string      公告外链
title                   string      公告标题

API: 获取经办人参与的, 正在进行中的列表


URL: /get_tender_doing_list_by_operator/

请求方式: POST

参数

pageCount                   int             10                          每页显示条数
startIndex                  int              0                          开始条数
tokenID                     string        '2017-03-09152213'            登录tokenID

返回示例

{
    "status": "SUCCESS",
    "data": {
        "dataList": [
            {
                "title": "镇江市水业总公司征润洲污水处理厂改扩建工程项",
                "pushedID": "2017-03-241016139a59ffe7c236d74b10a7ad8e08e76dfd",
                "publishDate": "2017-03-21",
                "url": "http://www.zjggzy.gov.cn/jyx",
                "tenderID": "2017-03-23155425c9c11e1e860f8ffa3ffd75997bc0cd5e",
                "createTime": "2017-03-24 10:16:13",
                "location": "镇江市区"
            },
            {
                "title": "(溧水分中心)天生桥大道景观提升工",
                "pushedID": "2017-03-241020586e2e36c9fb3d76ebcce3f5a6a01bc2f1",
                "publishDate": "2017-03-22",
                "url": "http://ggzy.njzwfw.",
                "tenderID": "2017-03-231554222453565aec199fdfe7e80c10d51f37f2",
                "createTime": "2017-03-24 10:20:58",
                "location": ""
            }
        ],
        "count": 2
    }
}

返回字段说明

status                  boolean     返回状态
count                   int         总共条目
pushedID                string      '推送ID',
createTime              string      推送创建时间
publishDate             string      公告发布时间
url                     string      公告外链
title                   string      公告标题

API: 获取经办人参与的,已完成的列表


URL: /get_tender_done_list_by_operator/

请求方式: POST

参数

pageCount                   int             10                          每页显示条数
startIndex                  int              0                          开始条数
tokenID                     string        '2017-03-09152213'            登录tokenID

返回示例

{
    "status": "SUCCESS",
    "data": {
        "dataList": [
            {
                "title": "镇江市水业总公司征润洲污水处理厂改扩建工程项",
                "pushedID": "2017-03-241016139a59ffe7c236d74b10a7ad8e08e76dfd",
                "publishDate": "2017-03-21",
                "url": "http://www.zjggzy.gov.cn/jyx",
                "tenderID": "2017-03-23155425c9c11e1e860f8ffa3ffd75997bc0cd5e",
                "createTime": "2017-03-24 10:16:13",
                "location": "镇江市区"
            },
            {
                "title": "(溧水分中心)天生桥大道景观提升工",
                "pushedID": "2017-03-241020586e2e36c9fb3d76ebcce3f5a6a01bc2f1",
                "publishDate": "2017-03-22",
                "url": "http://ggzy.njzwfw.",
                "tenderID": "2017-03-231554222453565aec199fdfe7e80c10d51f37f2",
                "createTime": "2017-03-24 10:20:58",
                "location": ""
            }
        ],
        "count": 2
    }
}

返回字段说明

status                  boolean     返回状态
count                   int         总共条目
pushedID                string      '推送ID',
createTime              string      推送创建时间
publishDate             string      公告发布时间
url                     string      公告外链
title                   string      公告标题

API: 获取经办人参与的, 历史记录


URL: /get_tender_history_list_by_operator/

请求方式: POST

参数

pageCount                   int             10                          每页显示条数
startIndex                  int              0                          开始条数
tokenID                     string        '2017-03-09152213'            登录tokenID

返回示例

{
    "status": "SUCCESS",
    "data": {
        "dataList": [
            {
                "title": "镇江市水业总公司征润洲污水处理厂改扩建工程项",
                "pushedID": "2017-03-241016139a59ffe7c236d74b10a7ad8e08e76dfd",
                "publishDate": "2017-03-21",
                "url": "http://www.zjggzy.gov.cn/jyx",
                "tenderID": "2017-03-23155425c9c11e1e860f8ffa3ffd75997bc0cd5e",
                "createTime": "2017-03-24 10:16:13",
                "location": "镇江市区"
            },
            {
                "title": "(溧水分中心)天生桥大道景观提升工",
                "pushedID": "2017-03-241020586e2e36c9fb3d76ebcce3f5a6a01bc2f1",
                "publishDate": "2017-03-22",
                "url": "http://ggzy.njzwfw.",
                "tenderID": "2017-03-231554222453565aec199fdfe7e80c10d51f37f2",
                "createTime": "2017-03-24 10:20:58",
                "location": ""
            }
        ],
        "count": 2
    }
}

返回字段说明

status                  boolean     返回状态
count                   int         总共条目
pushedID                string      '推送ID',
createTime              string      推送创建时间
publishDate             string      公告发布时间
url                     string      公告外链
title                   string      公告标题
上一篇 下一篇

猜你喜欢

热点阅读