文档
测试

导出数据

POST
http://leave2.com/curriculum/api/Export/downloadScheduleChangeList

请求头

参数名
类型
描述
必填
Authorization
必填

请求参数

参数名
类型
描述
必填
type
必填
search
必填
date
必填
xueduan
必填

响应参数

参数名
类型
描述
必填
id
记录id
必填
class_name
班级名称
必填
grade_name
年级名称
必填
week_day
周几
必填
date
日期
必填
lesson_index
节次
必填
lesson_name
课程
必填
teacher
老师
必填
status
状态 1待确认 2同意 3拒绝
必填
change_week_day
接受 周几
必填
change_teacher
接受 老师
必填
change_lesson_name
接受 课程
必填
change_lesson_index
接受 节次
必填
change_date
接受 日期
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 1, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "38140", "schedule_id": null, "class_id": "13", "class_name": "4班", "grade_id": "9", "grade_name": "三年级", "lesson_index": "1", "lesson_name": "语文", "teacher": "庄洁", "teacher_uuid": "4b093c0813335f5310a7a01cc1fd6777", "week_day": "2", "date": "2023-04-11", "type": "3", "change_week_day": "1", "change_lesson_index": "6", "change_lesson_name": "数学活动", "change_teacher": "李红燕", "change_teacher_uuid": "28c28490ff338d839e123bd417d5fed4", "change_date": "2023-04-10", "content": "请假,申请调课", "status": "2", "create_by_uuid": "4b093c0813335f5310a7a01cc1fd6777", "create_by_account": null, "create_by_name": "庄洁", "create_date": "2023-04-15 15:01:28", "edit_by_uuid": "4b093c0813335f5310a7a01cc1fd6777", "edit_by_account": null, "edit_by_name": "庄洁", "edit_date": "2023-04-15 15:20:45", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "wpB77hCAAAG4L0iauGNS2Xc8uCSIZynA", "company_name": null } ] } }