{
"courseName": "算法与数据结构",
"semester": 202301,
"weekBegin": 7,
"weekEnd": 14,
"weekInterval": 1,
"weekday": 5,
"sectionStart": 7,
"sectionEnd": 8,
"schoolOpenTime": "2023-08-28 00:00:00",
"coursePlace": "西一-206",
"longitude": "26度3分45秒",
"latitude": "119度11分27秒"
}
curl --location --request POST 'http://localhost:9090/courseDetails' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseName": "算法与数据结构",
"semester": 202301,
"weekBegin": 7,
"weekEnd": 14,
"weekInterval": 1,
"weekday": 5,
"sectionStart": 7,
"sectionEnd": 8,
"schoolOpenTime": "2023-08-28 00:00:00",
"coursePlace": "西一-206",
"longitude": "26度3分45秒",
"latitude": "119度11分27秒"
}'
{
"code": 1,
"msg": "success",
"data": null
}