参数名称 | 类型 | 含义 |
---|---|---|
start | int | 裁掉片段的相对开始时间, 秒/单位 |
end | int | 裁掉片段的相对结束时间, 秒/单位 |
[
{
"start":0, #裁掉片段的相对开始时间
"end":40 #裁掉片段的相对结束时间
},
{
"start":580,
"end":600
}
]
参数名称 | 类型 | 含义 |
---|---|---|
timePoint | int | 打点相对时间点 , 秒/单位 |
msg | string | 打点文字信息 |
[
{
"timePoint": 12, #打点相对时间点
"msg": "abc" #打 点文字信息
},
{
"timePoint": 52, #打点相对时间点
"msg": “xxx” #打点文字信息
}
]
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/record/cut' \
--header 'platform;' \
--header 'platform;' \
--form 'record_id=""' \
--form 'name=""' \
--form 'cut_sections=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": "string",
"msg": "string",
"data": {
"record_id": 0
}
}