笔记评论
POST
/api/xhs/comment_note/请求参数
Query 参数
pwd
string
可选
示例值:
15504
Body 参数multipart/form-data
cookie
string
必需
小红书首页cookie
proxy
string
代理IP
note_id
string
笔记ID
示例值:
66924f4e00000000050059e6
content
string
评论内容
示例值:
还在吗
at_user
string
必需
示例值:
[]
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
data
object
必需
score
integer
必需
id
string
必需
message
string
必需
示例
{
"code": 200,
"data": {
"score": 10,
"id": "6615466e000000001a017081"
},
"message": "成功"
}
最后修改时间: 1 个月前