变量 XiaohongshuMethodRoutes常量
XiaohongshuMethodRoutes: {
homeFeed: "/fetch_home_feed";
noteDetail: "/fetch_one_note";
noteComments: "/fetch_note_comments";
userProfile: "/fetch_user_profile";
userNoteList: "/fetch_user_notes";
emojiList: "/fetch_emoji_list";
searchNotes: "/fetch_search_notes";
} = ...
类型声明
只读homeFeed: "/fetch_home_feed"
只读noteDetail: "/fetch_one_note"
只读userProfile: "/fetch_user_profile"
只读userNoteList: "/fetch_user_notes"
只读emojiList: "/fetch_emoji_list"
只读searchNotes: "/fetch_search_notes"
小红书方法路由映射