Amagi API 文档 - v6.1.2
    正在准备搜索索引...

    接口 XiaohongshuReturnTypeMap

    小红书返回类型映射

    interface XiaohongshuReturnTypeMap {
        homeFeed: HomeFeed_V0;
        noteDetail: OneNote_V0;
        noteComments: NoteComments_V0;
        userProfile: XiaohongshuUserProfile_V0;
        userNoteList: any;
        emojiList: XiaohongshuEmojiList_V0;
        searchNotes: SearchNotes_V0;
    }
    索引

    属性

    homeFeed: HomeFeed_V0
    noteDetail: OneNote_V0
    noteComments: NoteComments_V0
    userProfile: XiaohongshuUserProfile_V0
    userNoteList: any
    emojiList: XiaohongshuEmojiList_V0
    searchNotes: SearchNotes_V0