书籍公开点评
list_book_reviewsRetrieve public book reviews from WeChat Reading. Filter reviews by type, paginate through results, and view normalized star ratings and review excerpts.
Instructions
获取书籍的公开点评(/review/list)——其他读者的评价,
不是个人笔记(个人笔记用 get_my_reviews)。
结构注意:存在双层嵌套,点评内容在 `reviews[].review.review.content`、
`...star`、`...author.name`、`...book.title`。
评分换算:20=⭐,40=⭐⭐,60=⭐⭐⭐,80=⭐⭐⭐⭐,100=⭐⭐⭐⭐⭐。
长点评截取前 200 字并提示可展开;`createTime` 转 `YYYY-MM-DD`。
无结果回复:这本书暂时还没有公开点评哦~
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 每页数量,默认 20 | |
| book_id | Yes | 书籍 ID | |
| max_idx | No | 翻页偏移:上一页最后一条的 idx | |
| synckey | No | 翻页游标,首次 0 | |
| review_list_type | No | 筛选类型:0=全部(默认),1=推荐,2=不行/差评,3=最新,4=一般 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||