文档
测试

查询所有

POST
http://localhost:8080/community/feedback/findAll

请求参数

参数名
类型
描述
必填
userId
不是必须
必填
status
状态,0未阅读,1已阅读,不是必须
必填
topicId
不是必须
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
数据字典
必填
total
int
示例:6
必填
list
array
数据列表
必填
id
int
示例:32
必填
userId
int
示例:171
必填
content
string
示例:驶入使DVD的
必填
picture
object
示例:null
必填
phone
string
示例:13957024966
必填
pageNum
int
示例:1
必填
pageSize
int
示例:6
必填
size
int
示例:6
必填
startRow
int
示例:0
必填
endRow
int
示例:5
必填
pages
int
示例:1
必填
prePage
int
示例:0
必填
nextPage
int
示例:0
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:true
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:false
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:1
必填
args
object
示例:null
必填

说明 / 示例

{ "success": true, "responseCode": "100000", "message": "运行正确", "result": { "total": 6, "list": [ { "id": 32, "userId": 171, "content": "驶入使DVD的", "picture": null, "phone": "13957024966" }, { "id": 31, "userId": 170, "content": "这是小秦的第三个反馈,望查看", "picture": null, "phone": "15037500175" }, { "id": 30, "userId": 170, "content": "这是小秦的二号反馈!请务必要看", "picture": null, "phone": "15037500141" }, { "id": 27, "userId": 157, "content": "昭啊,你好啊", "picture": null, "phone": "17687950162" }, { "id": 29, "userId": 170, "content": "天啊😱 ,我觉得很糟糕", "picture": null, "phone": "15037500171" }, { "id": 28, "userId": 170, "content": "很不错呦,希望再改进", "picture": null, "phone": "15037500112" } ], "pageNum": 1, "pageSize": 6, "size": 6, "startRow": 0, "endRow": 5, "pages": 1, "prePage": 0, "nextPage": 0, "isFirstPage": true, "isLastPage": true, "hasPreviousPage": false, "hasNextPage": false, "navigatePages": 8, "navigatepageNums": [ 1 ], "navigateFirstPage": 1, "navigateLastPage": 1 }, "args": null }