x/emote/user/panel/web,business=reply 与 web_location=0.0 写死在 URL 构造里,所以无参数、无签名。它是评论区的表情面板接口 —— 真实网络请求,不是本地计算。curl --location 'http://localhost:4567/api/bilibili/fetch_emoji_list'success 判别{
"success": true,
"data": {
"code": 0,
"data": {
"emoji": {
"tabs": [
{
"collection": [
{
"emoji": [
{
"image": "string",
"image_name": "string"
}
],
"name": "string"
}
]
}
]
},
"result": {
"code": 0,
"message": "string",
"success": true
},
"version": 0
},
"msg": "string",
"success": true
},
"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"
}