文档
测试

获取未对应作品列表

GET
/class/homework/collection/list

请求参数

参数名
类型
描述
必填
work_id
int
题目ID
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回数据
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": { "is_cut": 1, "is_show": 2, "annex_list": [ { "id": "1", "file_cover": "https://alioss.castlearn.com.cn/resource/2023/06-10/1686366414056-51081-2.jpg", "file_url": "https://alioss.castlearn.com.cn/resource/2023/06-10/1686366414056-51081-2.jpg", "work_id": "250", "create_time": "1686366423", "update_time": "1686366423", "orignUrl": "", "file_name": "2.jpg", "file_type": "photo", "user": { "nickname": "未对应学生", "avatar": "", "class_name": "" }, "title": "", "picHeight": "698", "picWidth": "887", "annex_cover": "https://alioss.castlearn.com.cn/resource/2023/06-10/1686366414056-51081-2.jpg", "annex_id": "1", "annex_url": "https://alioss.castlearn.com.cn/resource/2023/06-10/1686366414056-51081-2.jpg", "answer_id": 0, "user_id": 0 } ] } }