文档
测试
POST
http://leave2.com/curriculum/api/ScheduleChange/batchSave

请求头

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

请求参数

参数名
类型
描述
必填
items
代课列表
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "class_id": "5379", "lesson_index": "5", "lesson_name": "科学", "week_day": "1", "date": "2025-03-24", "change_lesson_name": "语文", "change_teacher_uuid": "8769ed6d007b1fffb747c46046ab5a99", "change_teacher": "江妍", "check": 1, "confirm_type": 1, "content": null, "reason_type": 5, "teacher": "潘磊", "teacher_uuid": "87b821c1e1c4c95f820da046b866ccae" }, { "class_id": "5379", "lesson_index": "5", "lesson_name": "科学", "week_day": "1", "date": "2025-04-07", "change_lesson_name": "语文", "change_teacher_uuid": "8769ed6d007b1fffb747c46046ab5a99", "change_teacher": "江妍", "check": 1, "confirm_type": 1, "content": null, "reason_type": 5, "teacher": "潘磊", "teacher_uuid": "87b821c1e1c4c95f820da046b866ccae" }, { "class_id": "5379", "lesson_index": "5", "lesson_name": "科学", "week_day": "1", "date": "2025-04-21", "change_lesson_name": "语文", "change_teacher_uuid": "8769ed6d007b1fffb747c46046ab5a99", "change_teacher": "江妍", "check": 1, "confirm_type": 1, "content": null, "reason_type": 5, "teacher": "潘磊", "teacher_uuid": "87b821c1e1c4c95f820da046b866ccae" }, { "class_id": "5379", "lesson_index": "5", "lesson_name": "科学", "week_day": "1", "date": "2025-05-05", "change_lesson_name": "语文", "change_teacher_uuid": "8769ed6d007b1fffb747c46046ab5a99", "change_teacher": "江妍", "check": 1, "confirm_type": 1, "content": null, "reason_type": 5, "teacher": "潘磊", "teacher_uuid": "87b821c1e1c4c95f820da046b866ccae" }, { "class_id": "5379", "lesson_index": "5", "lesson_name": "科学", "week_day": "1", "date": "2025-05-19", "change_lesson_name": "语文", "change_teacher_uuid": "8769ed6d007b1fffb747c46046ab5a99", "change_teacher": "江妍", "check": 1, "confirm_type": 1, "content": null, "reason_type": 5, "teacher": "潘磊", "teacher_uuid": "87b821c1e1c4c95f820da046b866ccae" }, { "class_id": "5379", "lesson_index": "5", "lesson_name": "科学", "week_day": "1", "date": "2025-03-31", "change_lesson_name": "语文", "change_teacher_uuid": "8769ed6d007b1fffb747c46046ab5a99", "change_teacher": "江妍", "check": 1, "confirm_type": 1, "content": null, "reason_type": 5, "teacher": "潘磊", "teacher_uuid": "87b821c1e1c4c95f820da046b866ccae" }, { "class_id": "5379", "lesson_index": "5", "lesson_name": "科学", "week_day": "1", "date": "2025-04-14", "change_lesson_name": "语文", "change_teacher_uuid": "8769ed6d007b1fffb747c46046ab5a99", "change_teacher": "江妍", "check": 1, "confirm_type": 1, "content": null, "reason_type": 5, "teacher": "潘磊", "teacher_uuid": "87b821c1e1c4c95f820da046b866ccae" }, { "class_id": "5379", "lesson_index": "5", "lesson_name": "科学", "week_day": "1", "date": "2025-04-28", "change_lesson_name": "语文", "change_teacher_uuid": "8769ed6d007b1fffb747c46046ab5a99", "change_teacher": "江妍", "check": 1, "confirm_type": 1, "content": null, "reason_type": 5, "teacher": "潘磊", "teacher_uuid": "87b821c1e1c4c95f820da046b866ccae" }, { "class_id": "5379", "lesson_index": "5", "lesson_name": "科学", "week_day": "1", "date": "2025-05-12", "change_lesson_name": "语文", "change_teacher_uuid": "8769ed6d007b1fffb747c46046ab5a99", "change_teacher": "江妍", "check": 1, "confirm_type": 1, "content": null, "reason_type": 5, "teacher": "潘磊", "teacher_uuid": "87b821c1e1c4c95f820da046b866ccae" } ] }