curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/record/get-list' \
--header 'token;' \
--header 'need_sign;' \
--header 'platform;' \
--header 'platform;' \
--form 'webinar_id=""' \
--form 'pos=""' \
--form 'limit=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"webinar_id": 0,
"name": "string",
"user_id": 0,
"pv": 0,
"save_time": "string",
"msg_url": "string",
"audio_url": "string",
"phone_domain_type": "string",
"type": 0,
"old_id": 0,
"img_url": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": null,
"duration": 0,
"way": 0,
"status": 0,
"source": 0,
"preview_url": "string",
"is_delscript": 0,
"quality": "string",
"errorno": 0,
"audit_status": 0,
"transcode_status": 0,
"transcode_code": 0,
"storage": 0,
"offline_msg": null,
"video_points": 0,
"source_url": "string",
"transcode_result": "string",
"percent": 0,
"is_ftp_upload": 0,
"paas_record_id": "string",
"doc_status": 0,
"encrypt_status": 0,
"switch_id": "string",
"group_record_num": "string",
"is_rehearsal": "string"
}
]
}
}