删除评论接口
DELETE
http://localhost:3000/api/v1/comments/:comment_id
请求参数
参数名
类型
描述
必填
token
string
token
必填
content_id
string
评论id
必填
成功返回
成功返回示例
失败返回
参数名
类型
描述
必填
success
boolean
返回是否成功
必填
msg
string
提示信息
必填