视频号/获取作品详情

简要描述

  • 获取作品评论详情,如评论数量等信息。

请求URL

  • http://127.0.0.1:8888/api/

请求方式

  • POST

参数

参数名必选类型说明
typeint接口编号
userNamestring视频号id
objectIdstring作品id
objectNonceIdstring作品nonceId
lastBufferstring指定返回结果的起始点
sessionBufferstringsessionBuffer
exportIdstring加密作品id,搜一搜-最新第一页之后的内容获取
h5AuthKeystringh5key,不提供会自动调用相关接口获取

请求示例

 {
  "type": 10067,
  "objectId": "1xxxxx",
  "objectNonceId": "xx_xx_xx",
  "userName": "v2_xxx@finder",
  "h5AuthKey": "xxxxxx"
 } 
  
 {
  "type": 10067,
  "exportId": "export/xxxxx",
  "h5AuthKey": "xxxxxx"
 } 

返回示例

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

返回参数说明

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

备注