文档
测试

发表评论

POST
http://localhost/comments

请求参数

参数名
类型
描述
必填
videoId
int
视频id
必填
parentId
int
一级评论,此处为0
必填
commentatorName
string
评论者账号
必填
comment
string
评论内容
必填

响应参数

参数名
类型
描述
必填
flag
boolean
示例:true
必填
data
object
示例:null
必填