| 参数 | 类型 | 是否必选 | 含义 |
|---|---|---|---|
| doc_titles | json | 是 | 文档章节信息 |
| 参数名称 | 类型 | 含义 |
|---|---|---|
| document_id | string | 文档id |
| hash | string | 文档hash |
| created_at | string | 文档章节演示时间点 相对视频起始的开始时间点 |
| page | int | 当前文档章节页数 |
| title | string | 文档章节名称 |
| step_total | int | 子章节数量 |
| step | int | 当前文档子章节标识 |
| subsection | json | 子章节信息 参控下表subsection说明 |
| remake | string | 备注信息 |
| 参数名称 | 类型 | 含义 |
|---|---|---|
| document_id | string | 文档id |
| hash | string | 文档hash |
| created_at | string | 文档子章节演示时间点 相对视频起始的开始时间点 |
| page | int | 当前文档章节页数 |
| title | string | 子章节名称 |
| step | int | 当前文档子章节标识 |
| remake | string | 备注信息 |