文档
测试

公告详情

POST
http://localhost:8080/community/notice/detail

请求参数

参数名
类型
描述
必填
id
int
示例:1
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
数据字典
必填
needPage
boolean
示例:true
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
id
int
示例:1
必填
title
string
示例:标题
必填
isDeleted
int
示例:0
必填
level
int
示例:1
必填
createTime
object
示例:null
必填
time
string
示例:时限
必填
noticeUrl
string
示例:公告图片
必填
communityCode
string
示例:00
必填
department
string
示例:那个部门的公告
必填
content
string
示例:公告内容
必填
noticeType
int
示例:0
必填
args
object
示例:null
必填

说明 / 示例

{ "success": true, "responseCode": "100000", "message": "运行正确", "result": { "needPage": true, "pageNum": 1, "pageSize": 10, "id": 1, "title": "标题", "isDeleted": 0, "level": 1, "createTime": null, "time": "时限", "noticeUrl": "公告图片", "communityCode": "00", "department": "那个部门的公告", "content": "公告内容", "noticeType": 0 }, "args": null }