添加评论
POST
/comment/add请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
accessToken
string
必需
示例值:
{{accessToken}}
Body 参数application/json
commentModule
string
必需
评论模块, issue
linkId
integer <int64>
关联id
plainContent
string
评论内容(纯文本)
commentId
integer <int64>
回复评论id
content
string
评论内容
示例
{
"commentModule": "issue",
"linkId": 1,
"plainContent": "xxx",
"commentId": 1,
"content": "xxx"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
id
integer <int64>
id
示例
{
"code": "0",
"data": {
"id": 1
}
}
最后修改时间: 2 个月前