zod.object({})),fetcher 方法可以不传 options。仍然走 xhs-get 签名(需要 cookie 里的 a1),但请求里不带 xsec_token:这条打的是 /api/im/redmoji/detail(IM 侧),与笔记 / 评论那几条不同。curl --location 'http://localhost:4567/api/xiaohongshu/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"
}