创建绑定了 Cookie 和请求配置的小红书 Fetcher
小红书 Cookie
可选
请求配置 (可选)
绑定了 Cookie 的 Fetcher 对象,调用时无需传递 cookie
const fetcher = createBoundXiaohongshuFetcher('your_cookie')const result = await fetcher.fetchNoteDetail({ note_id: '691db851000000001e037279', xsec_token: 'xxx'}) 复制
const fetcher = createBoundXiaohongshuFetcher('your_cookie')const result = await fetcher.fetchNoteDetail({ note_id: '691db851000000001e037279', xsec_token: 'xxx'})
创建绑定了 Cookie 和请求配置的小红书 Fetcher