简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-07-06

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
id int 公告id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "info": {
            "title": "【市规划国土委】更新单元规划修改公示登报流程及登报刊例",
            "content": "<p microsoft=\"\" yahei\";font-size:14px;margin-top:0px;margin-bottom:0px;white-space:normal;\"=\"\"><strong>【</strong><strong>市规划国土委更新单元规划修改公示</strong><strong>】登报流程:</strong></p><p microsoft=\"\" yahei\";font-size:14px;margin-top:0px;margin-bottom:0px;white-space:normal;\"=\"\">一、提供深圳市房地产权登记中心要求登报的(盖章)红头文件。</p><p microsoft=\"\" yahei\";font-size:14px;margin-top:0px;margin-bottom:0px;white-space:normal;\"=\"\">二、报社广告",
        },
        "list": [
            {
                "id": 2,
                "title": "公告",
                "content": "北京市第四中级人民法院公告(2019)京04民初798号朱彤(ZHUTONG):本院受理原告海南尤纳特药业有限公司与…",
                "create_at": "2020-06-11 15:39:40"
            }
        ]
    },
    "other": []
}

错误时返回:

data返回参数说明:

参数名 类型 说明
info object 详情
list array 列表

info返回参数说明:

参数名 类型 说明
title string 标题
content string 内容

list返回参数说明:

参数名 类型 说明
id string 公告id
title string 标题
content string 内容
create_at string 时间

list返回参数说明:

参数名 类型 说明
title string 标题
content string 内容
create_at string 发布时间

备注:

文档更新时间: 2020-07-06 18:03   作者:admin