简要描述:

请求域名:

  • http://xx.com

请求URL:

POST:plugin.video-share.frontend.comment.reply-comment

参数:

参数名 是否必须 类型 说明
comment_id YES int 评论·ID
content YES int 评论

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "评论成功!",
    "data": {
        "video_id": 1,
        "content": "test2",
        "comment_id": 1,
        "images": "a:0:{}",
        "uniacid": "2",
        "uid": 2600,
        "nick_name": "erick",
        "head_img_url": "http://thirdwx.qlogo.cn/mmopen/k2yFyyrkSbnOgesg0ryXDt69nF55Nk1hAicP1ODbiaicXDjcRjpgGDbKa4TcLIt5PzvZjiakwdhlA28L1jCwA1PpzicLtO48R7swj/132",
        "reply_id": 0,
        "reply_name": null,
        "reply_comment_id": "1",
        "type": "2",
        "updated_at": "2021-08-02 14:00:20",
        "created_at": "2021-08-02 14:00:20",
        "id": 2,
        "type_name": "回复",
        "comment_images": [],
        "head_image": "https://thirdwx.qlogo.cn/mmopen/k2yFyyrkSbnOgesg0ryXDt69nF55Nk1hAicP1ODbiaicXDjcRjpgGDbKa4TcLIt5PzvZjiakwdhlA28L1jCwA1PpzicLtO48R7swj/132"
    }
}

返回参数说明:

参数名 类型 说明
result int 0:失败,1:成功
msg string 提示消息
data array 返回数据

返回参数 data(回显的) 说明:

参数名 类型 说明
id int 评论ID
nick_name string 评论昵称
head_image string 评论头像
content string 评论内容
comment_images array 评论图片
reply_name array 回复谁的
created_at string 时间

备注: