sign: false),无参数。请求固定带 need_all=true:缺它会只回常规表情(214 个),带上才含限时 / 联名 / 节日表情(371 个)。它仍走 www.douyin.com 的基线头(含 cookie 与 Referer)—— 「不签名」不等于「免鉴权」,四条免鉴权端点(guestUserInfo 等)还会额外 dropHeaders 掉 cookie。响应不带 status_code,平台判定把「缺失」当成功,不会误判成失败。curl --location 'http://localhost:4567/api/douyin/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"
}