更新评论
PATCH
/comment/update请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
accessToken
string
必需
示例值:
{{accessToken}}
Body 参数application/json
plainContent
string
评论内容(纯文本)
commentId
integer <int64>
评论id
content
string
评论内容
示例
{
"plainContent": "xxx",
"commentId": 1,
"content": "xxx"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
success
boolean
success
示例
{
"code": "0",
"data": {
"success": true
}
}
最后修改时间: 4 个月前