- 注册享免费测试
- 开发说明
- 开发API
- 登录模块
- 联系人相关接口
- 群管理接口
- 消息模块
- 朋友圈模块
- 标签模块
- 个人模块
- 收藏夹模块
- 视频号模块
扫码评论
POST
/finder/scanComment
基础API/视频号模块
请求参数
Header 参数
VideosApi-token
string
必需
示例值:
{{VideosApi-token}}
Body 参数application/json
appId
string
设备ID
myUserName
string
必需
myRoleType
integer
必需
qrContent
string
必需
objectId
integer
必需
commentContent
string
评论内容
replyUsername
string
可选
refCommentId
integer
回复评论时传
rootCommentId
integer
回复评 论时传
示例
{
"appId": "{{appid}}",
"myUserName": "v2_060000231003b20faec8c7e28811c4d5cc0ded37b0779c48c759a7446a87688c2774e5300c32@finder",
"myRoleType": 3,
"qrContent": "https://weixin.qq.com/sph/ArJBdPlIM",
"objectId": 14195037502970006000,
"commentContent": "hhh",
"replyUsername": "",
"refCommentId": 0,
"rootCommentId": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api.videostui.com/finder/v2/api/finder/scanComment' \
--header 'VideosApi-token: {{VideosApi-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"myUserName": "v2_060000231003b20faec8c7e28811c4d5cc0ded37b0779c48c759a7446a87688c2774e5300c32@finder",
"myRoleType": 3,
"qrContent": "https://weixin.qq.com/sph/ArJBdPlIM",
"objectId": 14195037502970006000,
"commentContent": "hhh",
"replyUsername": "",
"refCommentId": 0,
"rootCommentId": 0
}'
返回响应
🟢200成功
application/json
Body
ret
integer
必需
msg
string
必需
data
object
必需
commentId
integer
评论ID
clientid
string
必需
示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"commentId": 14311728323297282000,
"clientid": "988946786"
}
}

添加客服微信
其他API相关问题咨询


修改于 2024-04-29 10:32:17