扫码评论
POST
/gewe/v2/api/finder/scanComment请求参数
Header 参数
X-GEWE-TOKEN
string
必需
示例值:
{{gewe-token}}
Body 参数application/json
appId
string
设备ID
myUserName
string
必需
自己的username
myRoleType
integer
必需
自己的roletype
qrContent
string
必需
获取方式:官方视频号助手->内容管理->视频->复制视频链接
objectId
integer
必需
视频号的objectId(获取用户主页返回的视频id)
commentContent
string
评论内容
replyUsername
string
可选
回复的username
refCommentId
integer
回复评论时传
rootCommentId
integer
回复评论时传
示例
{
"appId": "{{appid}}",
"proxyIp": "",
"myUserName": "v2_060000231003b20faec8c7e28811c4d5cc0ded37b0779c48c759a7446a87688c2774e5300c32@finder",
"myRoleType": 3,
"qrContent": "https://weixin.qq.com/sph/ArJBdPlIM",
"objectId": 14195037502970006000,
"commentContent": "hhh",
"replyUsername": "",
"refCommentId": 0,
"rootCommentId": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
ret
integer
必需
msg
string
必需
data
object
必需
commentId
integer
评论ID
clientid
string
必需
示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"commentId": 14311728323297282000,
"clientid": "988946786"
}
}
最后修改时间: 2 个月前