后台管理IM通信


违规处理记录列表

请求URL
  • http://xx.com/user/violationsList
Headers
  • token
请求方式
  • GET
参数
参数名 必选 类型 说明
user_id int 用户列表的id字段
返回示例
{
    "error_code": 0,
    "msg": "success",
    "data": [
        {
            "id": 82,
            "report_id": 42,
            "status": 3,
            "remark": "封号", //处理方式
            "operator": {
                "id": 441,
                "username": "mumber", //操作者
                "phone": "13800138001"
            },
            "details": {
                "type": "titles",
                "time": "threeDay",
                "title": "投诉成功",
                "obj": "小黄鸭",
                "result": "确认投诉对象有违规行为", //审核结果
                "process": "封号",
                "tips": "和我也挺文言文"
            },
            "created_at": "2022-01-15 18:07:47", //处理时间
            "updated_at": "2022-01-15 18:07:47",
            "report": {
                "id": 42,
                "user_id": 184,
                "other_uid": 183,
                "cate_id": 7,
                "type": 2,
                "content": [], //聊天证据
                "im_gid": "",
                "picture": [ //图片证据
                    "http://uploadpublicbuckets.oss-cn-hangzhou.aliyuncs.com/fileName/20220104/2022010415205261d3f5548124d.png",
                    "http://uploadpublicbuckets.oss-cn-hangzhou.aliyuncs.com/fileName/20220104/2022010415205261d3f554840d9.png"
                ],
                "note": "g g g滚滚滚",
                "status": 2,
                "audit_note": "确认投诉对象有违规行为",
                "manual_status": 2,
                "created_at": "2022-01-04 15:20:53",
                "updated_at": "2022-01-15 16:17:37",
                "picture_task": [
                    "img4MhOMSrvATR6lvEhhL7M9m-1vyfSl",
                    "img6J1NAc6HDx46CuNMTNwzv-1vyfSl"
                ]
            }
        }
    ],
    "total": 3
}
返回参数说明
参数名 类型 说明
error_code int 0成功
msg string success
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML