视频号/获取作品评论列表

简要描述

  • 获取作品评论列表。

请求URL

  • http://127.0.0.1:8888/api/

请求方式

  • POST

参数

参数名必选类型说明
typeint接口编号
objectIdstring作品id
objectNonceIdstring作品nonceId
lastBufferstring指定返回结果的起始点
rootCommentIdstring评论id,如果设定了此参数,则会获取该评论的子评论列表

请求示例

 {
  "type": 10066,
  "objectId": "1xxxxx",
  "objectNonceId": "xx_xx_xx"
 } 

返回示例

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

返回参数说明

参数名类型说明
error_codeint错误代码
descriptionstring错误描述
datajson业务数据

备注