请求URL
http://xx.com/feedback/list
Headers
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
status |
是 |
int |
状态搜索:1待处理 2处理中 3已处理 |
timeStart |
是 |
string |
开始时间 |
timeEnd |
是 |
string |
结束时间 |
searchWord |
是 |
string |
用户ID或内容搜索 |
返回示例
{
"error_code": 0,
"msg": "success",
"data": [
{
"id": 2,
"status": 0,//状态:1待处理 2处理中 3已处理
"user_id": 75,//用户ID
"content": "我觉得app还可以在流畅一点,互动在好一点",
"picture": [//图片路径
"http://tangfen.oss-cn-hangzhou.aliyuncs.com/circle/20211207/2021120709355161aeba77a0a40.jpg",
"http://tangfen.oss-cn-hangzhou.aliyuncs.com/circle/20211207/2021120709355161aeba77a0a40.jpg"
],
"created_at": "2021-12-03 17:09:23", //反馈时间
"updated_at": "2021-12-03 17:09:23",
"user": {
"id": 75,
"nickname": "im75", //用户昵称
"headimg": "http://tangfen.oss-cn-hangzhou.aliyuncs.com/circle/20211207/2021120709355161aeba77a0a40.jpg" //用户头像
}
}
],
"total": 12,
"page": 1,
"pagesize": 15
}
返回参数说明
参数名 |
类型 |
说明 |
error_code |
int |
0成功 |
msg |
string |
ok |
备注