Skip to content

功能概述

相关党建党章详情展示模块

接口访问

接口地址

party/constitution/detail

请求方式 Method

GET

请求参数

属性类型长度必填默认值说明访问版本
partyConstitutionIDinteger11true资讯 ID-

返回值

属性类型必填说明
idintegertrue党建党章ID
titlestringtrue党建党章标题
descriptionstringtrue党建党章描述
imageUrlstringtrue党建党章封面地址
createTimestringtrue创建时间

返回示例

{
    "response": {
        "id": 1,
        "title": "资讯1111",
        "description": "描述",
        "imageUrl": "",
        "createTime": "2024-12-14 11:53:09"
    },
    "requestId": "16438643-3b0e-4e2d-a92a-10aeaf285bcc"
}