id 取专栏链接里 cv 号后面的数字,与 articleContent 同一个入参。回的是文章页元信息(标题、头图、作者、stats 里的阅读/点赞/投币),正文在 articleContent。无签名。curl --location 'http://localhost:4567/api/bilibili/fetch_article_info?id=undefined'success 判别{
"success": true,
"data": {
"code": 0,
"data": {
"attention": true,
"author_name": "string",
"banner_url": "string",
"coin": 0,
"disable_share": true,
"favorite": true,
"image_urls": [
"string"
],
"in_list": true,
"is_author": true,
"like": 0,
"location": "string",
"mid": 0,
"next": 0,
"origin_image_urls": [
"string"
],
"pre": 0,
"share_channels": [
{
"name": "string",
"picture": "string",
"share_channel": "string"
}
],
"shareable": true,
"show_later_watch": true,
"show_small_window": true,
"stats": {
"coin": 0,
"dislike": 0,
"dynamic": 0,
"favorite": 0,
"like": 0,
"reply": 0,
"share": 0,
"view": 0
},
"title": "string",
"type": 0,
"video_url": "string"
},
"message": "string",
"ttl": 0
},
"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"
}