想法详情
get_review_detailFetch full details of a single WeChat Reading review by ID, including its author, comments, and likes.
Instructions
获取单条想法的完整详情(/review/single),含内容、作者、评论与点赞。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| synckey | No | 增量同步 key,默认 0 | |
| review_id | Yes | 想法/评论 ID | |
| likes_count | No | 拉取点赞数量,默认 10 | |
| comments_count | No | 拉取评论数量,默认 10 | |
| likes_direction | No | 点赞排序方向:0=倒序 | |
| comments_direction | No | 评论排序方向:0=倒序,1=正序 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||