Amagi API 文档 - v5.13.0
    正在准备搜索索引...

    变量 xiaohongshuFetcher常量

    xiaohongshuFetcher: IXiaohongshuFetcher = ...

    小红书数据获取器 包含所有小红书 API 方法,调用时需要传递 cookie

    import { xiaohongshuFetcher } from '@ikenxuan/amagi'

    const result = await xiaohongshuFetcher.fetchNoteDetail({
    note_id: '691db851000000001e037279',
    xsec_token: 'xxx'
    }, cookie)