更新时间:2026-04-02 GMT+08:00
分享

创建举报反馈

功能介绍

创建举报反馈

调试

您可以在API Explorer中调试该接口,支持自动认证鉴权。API Explorer可以自动生成SDK代码示例,并提供SDK代码示例调试功能。

URI

POST /v2/servicerequest/feedbacks

请求参数

表1 请求Header参数

参数

是否必选

参数类型

描述

X-Auth-Token

String

用户Token。

通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。

最小长度:1

最大长度:5000

表2 请求Body参数

参数

是否必选

参数类型

描述

type

String

举报类型,infringement 知识产权侵权投诉 illegal 违法信息投诉

最小长度:1

最大长度:32

title

String

举报的华为云产品或服务。参数格式为:举报的华为云产品或服务;相关网站网址

最小长度:0

最大长度:2048

content

String

侵权详情说明或举报内容及说明

最小长度:1

最大长度:5000

files

Array of strings

相关证明附件列表

最小长度:1

最大长度:32

数组长度:1 - 3

ip

IntellectualPropertyV2 object

产权信息(当type=infringement时,ip字段必传)

contacts

ContactWayInfoV2 object

联系信息(当type=infringement时,contacts字段必传)

report_type

String

违规类型,sex breach:色情违规,gamble breach:赌博违规,policy breach:涉政违规,fraud breach:涉诈违规,virtual currency breach:虚拟货币违规,proxy server breach:翻墙违规,ICP undocumented:ICP未备案接入,sensitive message:敏感信息,violent terror:暴力恐怖,rumour:造谣诽谤,insulting heroes:侮辱英烈,religion:民族宗教,harm minors:危害未成年人,cyberattack:网络攻击,spam:垃圾/钓鱼邮件

最小长度:0

最大长度:32

complaint_name

String

被投诉方/平台商家名称

最小长度:0

最大长度:255

complaint_product_name

String

侵权商品/服务名称

最小长度:0

最大长度:255

表3 IntellectualPropertyV2

参数

是否必选

参数类型

描述

ip_type

String

知识产权类型,分:著作权-copyright、商标权-trademark、专利权-patent、其他权利-other (当type=infringement时,ip_type字段必传)

最小长度:0

最大长度:32

ip_area

String

知识产权注册国家/地区

最小长度:0

最大长度:128

ip_number

String

商标注册号/专利申请号

最小长度:0

最大长度:512

ip_content

String

知识产权情况简述(当type=infringement时,ip_content字段必传)

最小长度:0

最大长度:5000

ip_files

Array

侵权证明材料

数组长度:0-3

表4 ContactWayInfoV2

参数

是否必选

参数类型

描述

name

String

姓名或名称(当type=infringement时,name字段必传)

最小长度:1

最大长度:512

mobile

String

联系电话(当type=infringement时,mobile字段必传)

最小长度:1

最大长度:32

mail

String

联系邮箱(当type=infringement时,mail字段必传)

最小长度:1

最大长度:128

area

String

国家/地区

最小长度:1

最大长度:128

address

String

地址

最小长度:1

最大长度:512

id_type

Integer

身份。企业 10;个人 20;授权代理人 21;律师 22;知识产权所有人 23

company_name

String

公司名称

最小长度:0

最大长度:512

id_files

Array of strings

身份证明附件的个数

数组长度:0 - 3

other_way

String

其他联系方式

最小长度:0

最大长度:512

authorization_files

Array

授权证明

数组长度:0 - 3

响应参数

状态码: 200

表5 响应Body参数

参数

参数类型

描述

error_code

String

错误码

最小长度:0

最大长度:32

error_msg

String

错误描述

最小长度:0

最大长度:32

请求示例

POST https://{endpoint}/v2/servicerequest/feedbacks

{
  "type" : "举报类型",
  "title" : "涉案的华为云产品或服务; 举报网址",
  "content" : "侵权详情说明或举报内容及说明",
  "files" : [ "相关证明附件列表" ],
  "ip" : {
    "ip_type" : "copyright",
    "ip_area" : "中国",
    "ip_number" : "商标注册号/专利申请号",
    "ip_content" : "知识产权情况简述"
  },
  "contacts" : {
    "name" : "姓名或名称",
    "mobile" : "123xxxx4567",
    "mail" : "邮箱",
    "area" : "深圳",
    "address" : "地址",
    "id_type" : 20,
    "company_name" : "公司名称",
    "id_files" : [ "fileId", "fileId2" ],
    "other_way" : "其他联系方式"
  }
}

响应示例

状态码: 200

成功

{
  "error_code" : "错误码",
  "error_msg" : "错误描述"
}

状态码

状态码

描述

200

成功

错误码

请参见错误码

相关文档