针对指定根评论创建回复评论
POST
http://localhost:3000/api/v1/comments/create_response
请求参数
参数名
类型
描述
必填
token
string
token
必填
root_id
string
根评论id
必填
content
string
评论内容
必填