参数 | 类型 | 是否必选 | 含义 |
---|---|---|---|
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 | 备注信息 |
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/record/get-doc-info' \
--header 'platform;' \
--form 'record_id=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": "string",
"msg": "string",
"data": {
"doc_titles": {
"hash": "string",
"created_at": "string",
"title": "string",
"step_total": "string",
"step": 0,
"subsection": {},
"page": 0,
"document_id": 0
}
}
}