diff --git a/media_platform/xhs/core.py b/media_platform/xhs/core.py index a8d31726..061f0731 100644 --- a/media_platform/xhs/core.py +++ b/media_platform/xhs/core.py @@ -164,7 +164,7 @@ async def fetch_creator_notes_detail(self, note_list: List[Dict]): semaphore = asyncio.Semaphore(config.MAX_CONCURRENCY_NUM) task_list = [ self.get_note_detail( - note_id=post_item.get("id"), + note_id=post_item.get("note_id"), xsec_source=post_item.get("xsec_source"), xsec_token=post_item.get("xsec_token"), semaphore=semaphore