描述

查询指定回放文件信息;

接口地址

http://api-class.e.vhall.com/api/class/record/detailinfo

请求参数

公共参数需要每次请求都附带上,详细内容请参考公共参数

参数名 类型 必选 说明
child_id int 子账户id
record_id int 回放id

响应参数

参数名 类型 说明
created_at string 回放生成时间
duration string 回放时长
name string 回放名称
storage int 回放大小单位KB
record_id int 回放id
is_default int 是否是默认回放 1是0 否

响应示例

{
  "code": 200,
  "msg": "success",
  "data": {
    "created_at": "2020-09-10 00:00:00",
	"duration":"00:00:40",
	"name":"测试回放",
	"storage":120,
	"record_id":100,
	"is_default":1
  }
}

错误码

code 含义
10005 课程不存在
20000 子账号不存在
400 回放不存在