扫码评论
请求参数
| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
myUserName | body | string | 必填 | 自己的username |
myRoleType | body | integer | 必填 | 自己的roletype |
qrContent | body | string | 必填 | 获取方式:官方视频号助手->内容管理->视频->复制视频链接 |
objectId | body | integer | 必填 | 视频号的objectId |
commentContent | body | string | 必填 | 评论内容 |
replyUsername | body | string | — | 回复的username |
refCommentId | body | integer | — | 回复评论时传 |
rootCommentId | body | integer | — | 回复评论时传 |
请求示例
{
"appId": "",
"myUserName": "",
"myRoleType": 0,
"qrContent": "",
"objectId": 0,
"commentContent": "",
"replyUsername": "",
"refCommentId": 0,
"rootCommentId": 0
}响应示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"commentId": 14311728323297282000,
"clientid": "988946786"
}
}