校务管理系统


列表(老师)

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>{{host}}/mobile/Homeworks/list</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>成功返回示例</h5> <pre><code>{ "code": 1, "msg": "success", "data": { "list": { "total": 2, "per_page": 15, "current_page": 1, "last_page": 1, "data": [ { "id": 3, "work_date": "2023-07-06", "class_ids": "17,18,19", "class_txt": "1班,2班,3班", "subject_id": 2, "grade_id": 5, "manage_id": 99, "estimated_time": 25, "create_time": "2023-07-06 14:41:08", "status": 0, "check_userid": 0, "check_time": null, "remark": "", "work_class_id": 0, "status_txt": "待发布", "grade_txt": "五年级", "subject_txt": "数学" }, { "id": 2, "work_date": "2023-07-05", "class_ids": "14,15,16", "class_txt": "1班,2班,3班", "subject_id": 2, "grade_id": 4, "manage_id": 99, "estimated_time": 20, "create_time": "2023-07-05 15:07:24", "status": 1, "check_userid": 0, "check_time": null, "remark": "", "work_class_id": 0, "status_txt": "待审核", "grade_txt": "四年级", "subject_txt": "数学" } ] } }, "token": "" } </code></pre>

页面列表

ITEM_HTML