文档
测试

客户端小程序-楼市圈查询接口

GET
http://localhost:88/api/proprietary/commenthome/list

请求参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:3
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
commentId
int
示例:1
必填
commentTitle
string
示例:尚尚城
必填
customerId
int
示例:1
必填
commentSpaceId
int
示例:1
必填
commentCredate
string
示例:2021-10-15 13:44:51
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填

说明 / 示例

{ "msg": "success", "code": 0, "page": { "totalCount": 3, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [ { "commentId": 1, "commentTitle": "尚尚城", "customerId": 1, "commentSpaceId": 1, "commentCredate": "2021-10-15 13:44:51" }, { "commentId": 2, "commentTitle": "尚尚城", "customerId": 1, "commentSpaceId": 1, "commentCredate": "2021-10-18 16:38:24" }, { "commentId": 3, "commentTitle": "尚尚城", "customerId": 1, "commentSpaceId": 1, "commentCredate": "2021-10-08 16:38:34" } ] } }