live_api 接口(用户信息、敏感信息、公开/私密/喜欢/播放列表、兴趣、分类、直播间详情)后聚合成一份主页数据。部分分片失败时对应字段回退为空值而不是整体失败 —— 只有 12 个分片全部失败才返回失败信封。curl --location 'http://localhost:4567/api/kuaishou/fetch_user_profile?principalId=undefined'success 判别{
"success": true,
"data": null,
"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"
}