文档
测试

当前页是否有笔记

GET
/api/notebooks/hasNotes

接口描述

请求参数与 之前一样

说明 / 示例

```json { "status": 200, "data": { "sentences": [ 1, 2, 3, 4, 9, 16, 7, 26, 27, 5 ], "mark": { "mark_id": 78391 }, "highlights": [ { "high_light_id": 728310, "sentence": 4, "color": "#4C9BF7" }, { "high_light_id": 728312, "sentence": 3, "color": "#4C9BF7" } ], "conditions": { "edition_id": 1, "chapter": 1, "space": 1, "language_type": "en" } } } ```