常量
小红书数据获取器 包含所有小红书 API 方法,调用时需要传递 cookie
import { xiaohongshuFetcher } from '@ikenxuan/amagi'const result = await xiaohongshuFetcher.fetchNoteDetail({ note_id: '691db851000000001e037279', xsec_token: 'xxx'}, cookie) 复制
import { xiaohongshuFetcher } from '@ikenxuan/amagi'const result = await xiaohongshuFetcher.fetchNoteDetail({ note_id: '691db851000000001e037279', xsec_token: 'xxx'}, cookie)
小红书数据获取器 包含所有小红书 API 方法,调用时需要传递 cookie