Appearance
功能概述
相关党建党章详情展示模块
接口访问
接口地址
party/constitution/detail
请求方式 Method
GET
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| partyConstitutionID | integer | 11 | true | 资讯 ID | - |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | integer | true | 党建党章ID |
| title | string | true | 党建党章标题 |
| description | string | true | 党建党章描述 |
| imageUrl | string | true | 党建党章封面地址 |
| createTime | string | true | 创建时间 |
返回示例
{
"response": {
"id": 1,
"title": "资讯1111",
"description": "描述",
"imageUrl": "",
"createTime": "2024-12-14 11:53:09"
},
"requestId": "16438643-3b0e-4e2d-a92a-10aeaf285bcc"
}