You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.3 KiB
HTTP
64 lines
1.3 KiB
HTTP
### 学校管理员--新增排课
|
|
POST {{baseURL}}/jlw/teacherOpenCourseScheduleSession/addSession.json
|
|
Content-Type: application/json
|
|
Cookie: JSESSIONID={{session}}
|
|
|
|
//{
|
|
// "startTime": "2022-10-25",
|
|
// "weekNum": "3",
|
|
// "openOnHolidays": false,
|
|
// "weekDetail": [
|
|
// "T1",
|
|
// "T2",
|
|
// "T3",
|
|
// "T4",
|
|
// "T5"
|
|
// ],
|
|
// "schoolClassIdPlural": "5,11,8",
|
|
// "teacherId": "1",
|
|
// "teacherOpenCourseId": "1569",
|
|
// "sessionClassList": {
|
|
// "1568607566282530816": [
|
|
// 1568633666106728448,
|
|
// 1568634328282472448,
|
|
// 1568634328282472448
|
|
// ],
|
|
// "1568621132431663104": [
|
|
// 1586024846784110592,
|
|
// 1586025166549458944
|
|
// ]
|
|
// }
|
|
//}
|
|
|
|
{
|
|
"startTime": "2022-10-25",
|
|
"weekNum": "4",
|
|
"openOnHolidays": false,
|
|
"weekDetail": [
|
|
"T1",
|
|
"T2",
|
|
"T3",
|
|
"T4"
|
|
],
|
|
"schoolClassIdPlural": "12,13,14,7,9",
|
|
"teacherId": "102",
|
|
"teacherOpenCourseId": "10086",
|
|
"sessionClassList": {
|
|
"1568607566282530816": [
|
|
1586025337723199488
|
|
],
|
|
"1568621132431663104": [
|
|
1586025244957777920
|
|
]
|
|
}
|
|
}
|
|
|
|
### 排课列表
|
|
POST {{baseURL}}/jlw/teacherOpenCourseScheduleSession/groupList.json
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Cookie: JSESSIONID={{session}}
|
|
# 可以带TeacherOpenCourseScheduleSessionQuery 里的查询参数
|
|
|
|
|
|
|