/xhs/user/{userId}。首页不传 cursor,后续传上一页最后一个笔记的 id / note_id。响应里的 data.cursor 会优先返回上游游标;若上游未返回,则使用本页最后一条笔记 ID。curl --location '/api/xhs/v2/appuserposted?userId=5a1234567890abcdef012345&cursor=undefined'{
"code": 0,
"msg": "成功,",
"data": "{\"code\":0,\"success\":true,\"msg\":\"success\",\"data\":{\"has_more\":true,\"notes\":[{\"id\":\"note_id_1\",\"note_id\":\"note_id_1\",\"display_title\":\"笔记标题\",\"type\":\"normal\",\"create_time\":1716000000}]}}"
}