{
"name": "毛概复习",
"start_date": "2026-06-01",
"end_date": "2026-06-20",
"mode": "auto",
"config": {
"total_slots": 8,
"allow_filler_course": false,
"strategy": "steady",
"excluded_slots": []
},
"items": [
{ "order": 1, "content": "导论:马克思主义中国化时代化的历史进程" },
{ "order": 2, "content": "毛泽东思想的形成与发展" },
{ "order": 3, "content": "新民主主义革命理论" },
{ "order": 4, "content": "社会主义改造理论" },
{ "order": 5, "content": "社会主义建设道路初步探索的理论成果" },
{ "order": 6, "content": "中国特色社会主义理论体系的形成与发展" },
{ "order": 7, "content": "习近平新时代中国特色社会主义思想" },
{ "order": 8, "content": "中国式现代化与青年使命综合复习" }
]
}curl --location 'http://test-cn.your-api-server.com/task-class/add' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjo0LCJ0b2tlbl90eXBlIjoiYWNjZXNzX3Rva2VuIiwianRpIjoiYjc3NGIxMDMtZGMyNC00Mjg5LTliY2QtY2Y1MDI1ZDE5N2ViIiwiZXhwIjoxNzc3NzkzNDM3LCJpYXQiOjE3NzcxODg2Mzd9.DkVntxnBm3pmr7qmGY1JaoBL-hjG_WXs8noz07_d5Cw' \
--header 'X-Idempotency-Key: {{$string.uuid}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "毛概复习",
"start_date": "2026-06-01",
"end_date": "2026-06-20",
"mode": "auto",
"config": {
"total_slots": 8,
"allow_filler_course": false,
"strategy": "steady",
"excluded_slots": []
},
"items": [
{ "order": 1, "content": "导论:马克思主义中国化时代化的历史进程" },
{ "order": 2, "content": "毛泽东思想的形成与发展" },
{ "order": 3, "content": "新民主主义革命理论" },
{ "order": 4, "content": "社会主义改造理论" },
{ "order": 5, "content": "社会主义建设道路初步探索的理论成果" },
{ "order": 6, "content": "中国特色社会主义理论体系的形成与发展" },
{ "order": 7, "content": "习近平新时代中国特色社会主义思想" },
{ "order": 8, "content": "中国式现代化与青年使命综合复习" }
]
}'{
"status": "10000",
"info": "success"
}