文档
测试

预览作业

GET
/work/index/{attribute_id}

接口描述

获取题目详细信息

请求参数

参数名
类型
描述
必填
work_id
int
作业Id
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回数据
必填
work_info
array
题目信息
必填
work_id
int
题目Id
必填
title
string
题目名称
必填
course_id
int
所属课程id
必填
chapter_id
int
所属课时id
必填
update_time
int
修改时间
必填
is_comment
int
是否提交作品理念,0不提交,1提交,默认0不提交
必填
annex_info
array
附件列表
必填
annex_name
文件名称
必填
annex_type
文件类型(ppt,video,audio,docx,pdf,photo)
必填
annex_url
文件地址
必填
annex_cover
文件封面图,只有视频和照片有封面图,其他都为空
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": { "work_info": { "id": "1", "title": "扎染作业", "work_type_id": "2", "section_id": "1", "type_id": "2", "is_annex": "1", "course_id": "392", "chapter_id": "10879", "is_comment": "1", "attribute_id": "1", "create_time": "1652851486", "update_time": "1652871069", "add_id": "3", "upd_id": "3", "work_id": "1" }, "annex_info": [ { "id": "3", "annex_name": "pptone.pptx", "annex_type": "ppt", "annex_url": "/files/work/ppt/2022/05-18/annex_1652860725759.pptx", "annex_length": "1", "annex_size": "748162", "work_id": "1", "annex_cover": "", "create_time": "1652871069", "update_time": "1652871069" }, { "id": "4", "annex_name": "11.mp4", "annex_type": "video", "annex_url": "/files/work/video/2022/05-18/annex_1652860256150.mp4", "annex_length": "00:00:04.13", "annex_size": "82327", "work_id": "1", "annex_cover": "/files/work/cover/2022/05-18/1652860256150.jpg", "create_time": "1652871069", "update_time": "1652871069" } ] } }