简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-10-14

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
page string 页数
pagesize string 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "id": 4,
                "uid": "3",
                "type": "举报账号",
                "describe": "测试测试3333",
                "image": [
                    "http://unovel.com/uploads/avatar/avatar.jpg",
                    "http://unovel.com/uploads/avatar/avatar.jpg"
                ],
                "status": "0",
                "remark": "",
                "contacts": "kevin",
                "contact_number": "13113690000",
                "created_at": "2021-10-14 15:44:58",
                "status_str": "待处理"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 4
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "提交失败"
}

info返回参数说明:

参数名 类型 说明
id string 举报id
uid string 用户uid
type string 举报类型【1=小说,2=评论,3=账号】
describe string 描述
image array 图片列表
contacts string 联系人
contact_number string 联系电话
status string 状态【0=待处理,1=处理完成,2=审核不通过】
remark string 备注
created_at string 时间
status_str string 状态提示

备注:

文档更新时间: 2021-10-14 15:59   作者:admin