创建报障事件

/reporting/create_reporting_event

请求参数

参数名
类型
描述
必填
user_id
必填
title
报障标题
必填
service_type
报障类别
必填
describe
报障描述
必填

响应参数

参数名
类型
描述
必填
state
状态
必填
message
描述
必填

说明 / 示例

{ "jsonrpc": "2.0", "id": null, "result": { "state": true, "message": "报障成功" } }