举报
POST
/student/report/insert请求参数
Body 参数application/json
id
integer
可选
topicId
integer
可选
commentId
integer
可选
authorId
integer
可选
userId
integer
可选
tags
string
可选
detailedDescription
string
可选
示例
{
"id": 0,
"topicId": 0,
"commentId": 0,
"authorId": 0,
"userId": 0,
"tags": "string",
"detailedDescription": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
string
可选
示例
未设置
最后修改时间: 1 个月前