ReaJason / xhs

基于小红书 Web 端进行的请求封装。https://reajason.github.io/xhs/
MIT License
1.13k stars 306 forks source link

评论对应笔记时虽然显示成功,但是从客户端刷新无法看到评论的笔记。检查发现status不为2,而是-1。请问是什么原因呢? #125

Open Justincyz opened 2 months ago

Justincyz commented 2 months ago

{ "id":"xxx", "ip_location":"广东", "sub_comment_cursor":"", "sub_comment_has_more":false, "content":"你好啊啊", "user_info":{ "user_id":"xxxx", "nickname":"xxxxxxx", "image":"https://sns-avatar-qc.xhscdn.com/avatar/xxxxx?imageView2/2/w/120/format/jpg" }, "sub_comment_count":"0", "liked":false, "show_tags":[

  ],
  "create_time":1724055640000,
  "sub_comments":[

  ],
  "note_id":"xxxxxx",
  "status":-1,
  "at_users":[

  ],
  "like_count":"0"

}

souldjl commented 2 months ago

同,点赞也是一样,只有自己看的到,并没有真正 点赞上去

Justincyz commented 1 month ago

同,点赞也是一样,只有自己看的到,并没有真正 点赞上去

我发现是小红书的系统判断导致的