list_punch_days
List all days of a punch book with review status to check existing days and their approval state before reimporting.
Instructions
列一本打卡书的全部天(目录 + 审核态)→ {ok, days:[{day,node_id,item_count,review}]}。
review = {status:"pending|passed|issue", issueCount}(审核页目录角标 ○/✓/⚠N 的数据源)。 🔴 重灌某天前先用它看该天是否已存在、审核到哪一步(已 passed 的天重灌会把审核态打回)。 参数 book_id 字符串传。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||