rootComments、游标在顶层 pcursor,子评论不内嵌在根评论里,而是在 subCommentsMap 中按根评论 ID 分组。number 指定目标条数,端点按每页 50 条自动翻页后合并。curl --location 'http://localhost:4567/api/kuaishou/fetch_work_comments?photoId=undefined&number=undefined'success 判别{
"success": true,
"data": {
"commentCount": 0,
"pcursor": "string",
"result": 0,
"rootComments": [
{
"authorVerified": true,
"author_id": 0,
"author_liked": true,
"author_name": "string",
"cashTags": {},
"commentAuthorTags": [
null
],
"commentBottomTags": [
{
"bgColor": "string",
"bgColorNight": "string",
"extra": "string",
"text": "string",
"textColor": "string",
"textColorNight": "string",
"textKey": "string"
}
],
"comment_id": 0,
"content": "string",
"displaySubCommentCount": true,
"headurl": "string",
"headurls": [
{
"cdn": "string",
"url": "string"
}
],
"hot": true,
"likedCount": 0,
"photo_id": 0,
"recallType": 0,
"reply_to": 0,
"subCommentCount": 0,
"time": "string",
"timestamp": 0,
"type": 0,
"user_id": 0,
"user_sex": "string"
}
],
"sinkCommentIds": [
0
],
"subCommentsMap": {
"1171179464225": {
"pcursor": "string",
"subComments": [
{
"authorVerified": true,
"author_id": 0,
"author_liked": true,
"author_name": "string",
"cashTags": {},
"commentAuthorTags": [
null
],
"commentBottomTags": [
null
],
"comment_id": 0,
"content": "string",
"headurl": "string",
"headurls": [
{
"cdn": "string",
"url": "string"
}
],
"likedCount": 0,
"photo_id": 0,
"replyToUserName": "string",
"reply_to": 0,
"time": "string",
"timestamp": 0,
"type": 0,
"user_id": 0,
"user_sex": "string"
}
]
}
}
},
"message": "获取成功",
"meta": {
"requestId": "string",
"clientId": "string",
"platform": "douyin",
"endpoint": "string",
"durationMs": 0,
"attempts": 0,
"trace": [
{
"url": "string",
"method": "string",
"status": 0,
"durationMs": 0,
"reason": "initial",
"retryOf": "string"
}
]
},
"requestPath": "/api/bilibili/fetch_one_video?bvid=BV1xx"
}