接口文档开发者博客官网首页

扫码评论

POSThttps://api.wechatapi.net/finder/scanComment

请求参数

参数名位置类型必填说明
wechat-tokenheaderstring必填
appIdbodystring必填

设备ID

myUserNamebodystring必填

自己的username

myRoleTypebodyinteger必填

自己的roletype

qrContentbodystring必填

获取方式:官方视频号助手->内容管理->视频->复制视频链接

objectIdbodyinteger必填

视频号的objectId

commentContentbodystring必填

评论内容

replyUsernamebodystring

回复的username

refCommentIdbodyinteger

回复评论时传

rootCommentIdbodyinteger

回复评论时传

请求示例

Request JSON
{
  "appId": "",
  "myUserName": "",
  "myRoleType": 0,
  "qrContent": "",
  "objectId": 0,
  "commentContent": "",
  "replyUsername": "",
  "refCommentId": 0,
  "rootCommentId": 0
}

响应示例

Response JSON
{
  "ret": 200,
  "msg": "操作成功",
  "data": {
    "commentId": 14311728323297282000,
    "clientid": "988946786"
  }
}
接入 扫码评论 接口

注册即可获取 appId 与调用凭证,支持在线调试。

免费注册在线调试

本模块其他接口