发布删除评论
开发中POST
http://localhost:8080/qiniu/comment/action请求参数
Body 参数multipart/form-data
token
string
可选
示例值:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTg2NjQxNDUsInBhc3N3b3JkIjoiJHBia2RmMi1zaGE1MTIkQm1uR0V1WlJRYWk5QjRzOSRiM2FhODlkMGYzM2E2MmRlZTkzZWQyMzU2NDRkM2NlYTQxODYwMTI1MzdhOTM2ODBlNWI4MDFmYmJkNjNlYWQyIiwidXNlcm5hbWUiOiJmdWNrIn0.lT3eVf-j6HA46J51T-f6WNBwkfviK7bResot96ifVMg
video_id
string
可选
示例值:
40
action_type
string
可选
1-发布评论,2-删除评论
示例值:
2
comment_text
string
可选
用户填写的评论内容,在action_type=1的时候使用
示例值:
姐姐我是测试评论啊
comment_id
string
可选
要删除的评论id,在action_type=2的时候使用
示例值:
11
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
comment
object
必需
id
integer
必需
user
null
必需
content
string
必需
create_date
string
必需
status_code
integer
必需
status_msg
string
必需
示例
{
"comment": {
"id": 0,
"user": null,
"content": "string",
"create_date": "string"
},
"status_code": 0,
"status_msg": "string"
}
最后修改时间: 1 年前