名称:直播回放下载
接口:/merchant/live/downLiveRecordUrl
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_record_id | int | Y | 直播回放id | -----: |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": {
"url": "http://hbf.test/merchant/live/exportTemplateWhiteList" //导出的白名单url
}
}