简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
type string 举报类型【1=作品涉嫌抄袭、违规、色情,2=评论涉嫌违规、水文、色情,3=账号涉嫌违规、色情,4=其他情况】
describe string 描述
image string 图片列表,逗号隔开
contacts string 联系人
contact_number string 联系电话
report_novel_id string type==1,小说id
report_comment_id string type==2,评论id
report_uid string type==3,用户uid

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "提交成功",
    "data": [],
    "other": []
}

错误时返回:

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

info返回参数说明:

参数名 类型 说明

备注:

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