文档
测试

推荐详情

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

请求参数

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

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
数据字典
必填
needPage
boolean
示例:true
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
id
int
示例:5
必填
provinceId
int
示例:1
必填
cityId
int
示例:1
必填
areaId
int
示例:1
必填
recommend
string
示例:推荐标签
必填
port
int
示例:1
必填
communityCode
string
示例:00
必填
url
string
示例:跳转网址
必填
isDeleted
int
示例:0
必填
args
object
示例:null
必填

说明 / 示例

{ "success": true, "responseCode": "100000", "message": "运行正确", "result": { "needPage": true, "pageNum": 1, "pageSize": 10, "id": 5, "provinceId": 1, "cityId": 1, "areaId": 1, "recommend": "推荐标签", "port": 1, "communityCode": "00", "url": "跳转网址", "isDeleted": 0 }, "args": null }