[
{
"pkday": "", //日期
"weekIndex": "1", //上课周 (1,2,6,8,9)
"nodeIndex": "1", //节次
"courseNo": "3", //课程编号
"roomNo": "2", // 教室编号
"whatDay": "2", // 周几
"accountno": "123", //教师工号
"name": "1234", //教师姓名
"stateDat": "08:00", //课程开始时间
"endData": "08:40" // 课程结束时间
},
{
"pkday": "",
"weekIndex": "2",
"nodeIndex": "1",
"courseNo": "3",
"roomNo": "2",
"whatDay": "2",
"accountno": "123",
"name": "1234",
"stateDat": "08:00",
"endData": "08:40"
}
]
curl --location --request POST 'http://tx03.55kad.com/api/v2/DZBP/AddWorkAndRestTimetable' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"pkday": "", //日期
"weekIndex": "1", //上课周 (1,2,6,8,9)
"nodeIndex": "1", //节次
"courseNo": "3", //课程编号
"roomNo": "2", // 教室编号
"whatDay": "2", // 周几
"accountno": "123", //教师工号
"name": "1234", //教师姓名
"stateDat": "08:00", //课程开始时间
"endData": "08:40" // 课程结束时间
},
{
"pkday": "",
"weekIndex": "2",
"nodeIndex": "1",
"courseNo": "3",
"roomNo": "2",
"whatDay": "2",
"accountno": "123",
"name": "1234",
"stateDat": "08:00",
"endData": "08:40"
}
]'
{
"resultCode": "string",
"resultMsg": "string",
"resultCount": "string",
"listCourse": [
{
"pkday": "string",
"weekIndex": "string",
"nodeIndex": "string",
"courseNo": "string",
"roomNo": "string",
"whatDay": "string",
"accountno": "string",
"name": "string",
"stateDat": "string",
"endData": "string"
}
]
}