diff --git a/lib/routes/xiaohongshu/user.ts b/lib/routes/xiaohongshu/user.ts index e5c02cfb9909ec..8810ea8e8c608c 100644 --- a/lib/routes/xiaohongshu/user.ts +++ b/lib/routes/xiaohongshu/user.ts @@ -50,7 +50,7 @@ async function handler(ctx) { notes.flatMap((n) => n.map(({ noteCard }) => ({ title: noteCard.displayTitle, - link: `${url}/${noteCard.noteId}`, + link: `${url}/${noteCard.noteId || noteCard.id}`, description: `
${noteCard.displayTitle}`, author: noteCard.user.nickname, upvotes: noteCard.interactInfo.likedCount,