请求URL
http://xx.com/feedback/reportDetails
Headers
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
report_id |
是 |
int |
举报列表id字段 |
返回示例
{
"error_code": 0,
"msg": "success",
"data": {
"id": 6,
"user_id": 107,
"other_uid": 90,
"cate_id": 1,
"type": 1,
"content": [//聊天证据
{
"time": "2021-12-15 10:10:26",//时间
"avatar": "http://tangfen.oss-cn-hangzhou.aliyuncs.com/circle/20211207/2021120709330861aeb9d45114a.jpg",//头像
"content": "你滚蛋",//内容
"user_id": "20",
"nickname": "im20"//昵称
},
{
"time": "2021-12-15 10:10:27",
"avatar": "http://tangfen.oss-cn-hangzhou.aliyuncs.com/circle/20211207/2021120709324661aeb9beb1c32.jpg",
"content": "我举报",
"user_id": "21",
"nickname": "im21"
}
],
"picture": [//图片证据
"http://publicceshi.oss-cn-hangzhou.aliyuncs.com/fileName/20211210/2021121009472961b2b1b1bcc4a.png",
"http://publicceshi.oss-cn-hangzhou.aliyuncs.com/fileName/20211210/2021121009472961b2b1b1e6822.png",
"http://publicceshi.oss-cn-hangzhou.aliyuncs.com/fileName/20211210/2021121009472961b2b1b1edbb5.png"
],
"note": "",//举报说明
"status": 3,//1待处理 2处理中 3已处理
"audit_note": null,//审核返回文本
"created_at": "2021-12-15 15:13:36",
"updated_at": "2021-12-22 10:08:53",
"process": [//处理进度
{
"id": 1,
"report_id": 6,
"status": 3,//2处理中 3已处理
"remark": "已处理,刷新页面即可",//备注
"operator": {
"id": 406,
"username": "超管2",//操作者昵称
"phone": "18735584896"
},
"created_at": "2021-12-22 10:08:53",//时间
"updated_at": "2021-12-22 10:08:53"
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
error_code |
int |
0成功 |
msg |
string |
success |
备注