{
"course_name": "面向对象程序设计 - C++",
"location": "2301",
"is_allow_tasks": true,
"arrangements": [
{
"start_week": 1,
"end_week": 16,
"day_of_week": 1,
"start_section": 1,
"end_section": 2
},
{
"start_week": 1,
"end_week": 16,
"day_of_week": 3,
"start_section": 3,
"end_section": 4
}
]
}curl --location 'http://test-cn.your-api-server.com/course/validate' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"course_name": "面向对象程序设计 - C++",
"location": "2301",
"is_allow_tasks": true,
"arrangements": [
{
"start_week": 1,
"end_week": 16,
"day_of_week": 1,
"start_section": 1,
"end_section": 2
},
{
"start_week": 1,
"end_week": 16,
"day_of_week": 3,
"start_section": 3,
"end_section": 4
}
]
}'{
"code":200,
"message":"success"
}