文档
测试

转换文件类型

POST
/new/lesson/preparation/convert

请求参数

参数名
类型
描述
必填
file_url
string
文件地址
必填
file_name
string
文件名称
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回数据
必填
fileCover
封面图
必填
fileUrl
文件地址
必填
filename
文件名
必填
id
文件ID
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": [ { "id": "15", "resource_url": "https://alioss.castlearn.com.cn/whiteboard/img/2023-08-16/8704779_1692173329275/1.jpg", "resource_type": "image", "relation_id": "7", "create_time": "1692173431", "update_time": "1692173431", "sort": "1", "fileCover": "https://alioss.castlearn.com.cn/whiteboard/img/2023-08-16/8704779_1692173329275/1.jpg", "fileUrl": "https://alioss.castlearn.com.cn/whiteboard/img/2023-08-16/8704779_1692173329275/1.jpg", "filename": "中华传统文化1", "ext": ".jpg", "length": 1 }, { "id": "26", "resource_url": "https://alioss.castlearn.com.cn/whiteboard/img/2023-08-16/8704779_1692173329275/2.jpg", "resource_type": "image", "relation_id": "7", "create_time": "1692173431", "update_time": "1692173431", "sort": "2", "fileCover": "https://alioss.castlearn.com.cn/whiteboard/img/2023-08-16/8704779_1692173329275/2.jpg", "fileUrl": "https://alioss.castlearn.com.cn/whiteboard/img/2023-08-16/8704779_1692173329275/2.jpg", "filename": "中华传统文化2", "ext": ".jpg", "length": 1 } ] }