简介

发布文章评论接口

接口地址

/api/v1/comment/submit

请求参数

名称 必须 描述
uid

用户ID

single_id

文章ID

parent_id 父级ID
content 评论内容
timestamp 当前时间戳
sign 签名结果,签名算法介绍请点击这里

返回结果

名称 描述
result 评论ID

 返回示例

{
    "msg": "评论成功",
    "result": 15,
    "code": 200
}