文档
测试

学期列表

POST
http://quality.com/quality/api/StuGrow/getSchoolYears

请求头

参数名
类型
描述
必填
Authorization
NUc9ci02bENnTHNTUTQwOW82ZnVTckJ5Vkhzejhza0dZN2YyUTR4U1RHUDJQNFJTVUdNRDkzRHFSRmViNjhsS1c3c3VSdHhSbjdQajgzazFqN3NxVG9WLWJKPXpPODB5ZktzU01zaDlwN3M2THJCRnIzUXI4NjE5dk1RalQ5VlNzTXdDYQ%3D%3D
必填

响应参数

参数名
类型
描述
必填
id
学期id
必填
titile
学期名称
必填
semester
1:第1学期 2:第2学期
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "27", "titile": "2021-2022学年", "year": "2021", "total_week": "25", "start_date": "2021-08-31", "end_date": "2022-02-09", "semester": "1", "create_by_uuid": "628133f1525c618", "create_by_name": "管理员", "create_date": "2021-08-31 18:09:34", "create_mobile": null, "current": "1" }, { "id": "28", "titile": "2021-2022学年", "year": "2021", "total_week": "25", "start_date": "2022-02-10", "end_date": "2022-08-25", "semester": "2", "create_by_uuid": "628133f1525c618", "create_by_name": "管理员", "create_date": "2021-08-31 18:09:34", "create_mobile": null, "current": "1" }, { "id": "29", "titile": "2022-2023学年", "year": "2022", "total_week": "25", "start_date": "2022-08-29", "end_date": "2023-01-21", "semester": "1", "create_by_uuid": "628133f1525c618", "create_by_name": null, "create_date": "2022-07-26 13:48:30", "create_mobile": null, "current": "1" }, { "id": "30", "titile": "2022-2023学年", "year": "2022", "total_week": "25", "start_date": "2023-02-06", "end_date": "2023-06-25", "semester": "2", "create_by_uuid": "628133f1525c618", "create_by_name": null, "create_date": "2022-07-26 13:48:30", "create_mobile": null, "current": "1" }, { "id": "31", "titile": "2023-2024学年", "year": "2023", "total_week": "25", "start_date": "2023-09-04", "end_date": "2024-01-27", "semester": "1", "create_by_uuid": "628133f1525c618", "create_by_name": null, "create_date": "2022-07-26 13:48:30", "create_mobile": null, "current": "1" }, { "id": "32", "titile": "2023-2024学年", "year": "2023", "total_week": "25", "start_date": "2024-02-21", "end_date": "2024-06-30", "semester": "2", "create_by_uuid": "628133f1525c618", "create_by_name": null, "create_date": "2024-02-03 14:56:13", "create_mobile": null, "current": "1" }, { "id": "33", "titile": "2024-2025学年", "year": "2024", "total_week": "25", "start_date": "2024-09-01", "end_date": "2025-01-20", "semester": "1", "create_by_uuid": "628133f1525c618", "create_by_name": null, "create_date": "2024-02-03 14:56:13", "create_mobile": null, "current": "1" }, { "id": "34", "titile": "2024-2025学年", "year": "2024", "total_week": "25", "start_date": "2025-02-10", "end_date": "2025-07-01", "semester": "2", "create_by_uuid": "628133f1525c618", "create_by_name": null, "create_date": "2024-02-03 14:56:13", "create_mobile": null, "current": "2" } ] }