变量 XiaohongshuMethodMapping常量
XiaohongshuMethodMapping: {
"首页推荐数据": "fetchHomeFeed";
"单个笔记数据": "fetchNoteDetail";
"评论数据": "fetchNoteComments";
"用户数据": "fetchUserProfile";
"用户笔记数据": "fetchUserNoteList";
"表情列表": "fetchEmojiList";
"搜索笔记": "searchNotes";
} = ...
类型声明
只读首页推荐数据: "fetchHomeFeed"
只读单个笔记数据: "fetchNoteDetail"
只读评论数据: "fetchNoteComments"
只读用户数据: "fetchUserProfile"
只读用户笔记数据: "fetchUserNoteList"
只读表情列表: "fetchEmojiList"
只读搜索笔记: "searchNotes"