文档
测试

话题帖子详情

GET
http://192.168.1.146:8080/api/information/queryDetail/{id}

请求参数

参数名
类型
描述
必填
id
long
信息主id
必填

响应参数

参数名
类型
描述
必填
updateTime
string
更新时间
必填
topic
string
话题
必填
level
object
热门水平
必填
topicStatus
string
类型(0备孕,1,已怀孕,2.已有孩子,3官方信息)
必填
topicImg
string
话题图片
必填
topicTime
string
话题发表时间
必填
participateNumber
object
参与人数
必填
sort
string
置顶(0未置顶,1置顶)
必填
topicIntroduce
string
话题介绍
必填

说明 / 示例

[ { "id": 6, "topic": "备孕中", "level": null, "topicStatus": "0", "topicImg": "https://hululaoshi.oss-cn-hangzhou.aliyuncs.com/image/92e46589-af99-45c1-96c4-d698d1f1c2a2.jpeg", "topicTime": "2021-06-24 00:00:00", "participateNumber": null, "topicUpdatetime": null, "sort": "1", "topicIntroduce": "备孕中" }, [ { "id": 25, "communityInformationId": 4, "replyContent": "回复的内容", "contentTime": "2021-06-25 15:36:52", "criticsId": 1, "commentsNumbers": "0", "communityOfficialId": 0 }, { "id": 26, "communityInformationId": 4, "replyContent": "回复的内容", "contentTime": "2021-06-25 15:41:07", "criticsId": 1, "commentsNumbers": "0", "communityOfficialId": 0 }, { "id": 27, "communityInformationId": 4, "replyContent": "回复的内容", "contentTime": "2021-06-25 15:44:14", "criticsId": 1, "commentsNumbers": "0", "communityOfficialId": 0 } ] ]