获取视频评论
POST
/api/ks/video_comment请求参数
Body 参数application/json
object {0}
示例
{
"aweme_id": "3xgnquu66yjxngq",
"pcursor": "0"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
result
integer
必需
pcursor
string
必需
host-name
string
必需
subCommentsMap
object
必需
rootComments
array [object {21}]
必需
commentCount
integer
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"result": 0,
"pcursor": "string",
"host-name": "string",
"subCommentsMap": {},
"rootComments": [
{
"content": "string",
"type": 0,
"time": "string",
"timestamp": 0,
"authorVerified": true,
"authorArea": "string",
"commentAuthorTags": [
null
],
"commentBottomTags": [
null
],
"cashTags": {},
"likedCount": 0,
"reply_to": 0,
"comment_id": 0,
"profilePagePrefetchInfo": {
"profilePageType": 0
},
"author_id": 0,
"headurls": [
{
"cdn": "string",
"url": "string"
}
],
"photo_id": 0,
"headurl": "string",
"user_sex": "string",
"author_liked": true,
"user_id": 0,
"author_name": "string"
}
],
"commentCount": 0
}
}
最后修改时间: 2 个月前