中文
Appearance
回复评论。
noteId
xsecToken
commentId
content
account
{ "success": true, "commentId": "reply-id" }
xhs_reply_comment({ noteId: "abc123", xsecToken: "token", commentId: "comment-456", content: "谢谢你的喜欢!" })
评论 ID 可以从 xhs_get_note 返回的 comments 数组中获取:
xhs_get_note
comments
xhs_get_note({ noteId: "abc123", xsecToken: "token" }) // 返回中包含 comments[].id
xhs_reply_comment
回复评论。
参数
noteIdxsecTokencommentIdcontentaccount返回值
示例
获取评论 ID
评论 ID 可以从
xhs_get_note返回的comments数组中获取: