功能说明
对帖子进行评论
请求说明
请求鉴权:接口需要增加验证 Header,请查看 鉴权说明
请求类型:
POST
请求限频:
100次/秒
请求地址:https://请求域名/jim/posts/comments/add
Content-Type:
application/json
请求参数
请求示例
POST /jim/posts/comments/add HTTP/1.1
appkey: appkey
Authorization: xxxxxxxxxxxxxxxxxx
Content-Type: application/json
{
"post_id":"帖子id",
"parent_comment_id":"父级评论的id",
"parent_user_id":"父级评论的用户id",
"text":"评论内容"
}
响应示例
{
"code":0,
"msg":"sucess"
}
响应码
响应码 | 说明 |
---|