x/v2/reply/wbi/main。number 是目标条数:端点按每页 100 条自动翻页(游标 pagination_str 由端点接管,取自上一页的 cursor.pagination_reply.next_offset),翻完按 rpid 去重再截断。最终形状是最后一页的字段 + 合并后的 data.replies。mode / plat / seek_rpid / web_location 都有平台默认值,通常不用传。curl --location 'http://localhost:4567/api/bilibili/fetch_work_comments?oid=undefined&type=undefined&number=undefined&mode=undefined&pagination_str=undefined&plat=undefined&seek_rpid=undefined&web_location=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"
}