{
"task_class_ids": [
11,
12,
13,
14
]
}curl --location 'http://test-cn.your-api-server.com/schedule/smart-planning-multi' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"task_class_ids": [
11,
12,
13,
14
]
}'{
"status": "10000",
"info": "success",
"data": [
{
"week": 15,
"events": [
{
"id": 101,
"order": 1,
"day_of_week": 1,
"name": "概率论复习-极限定理",
"start_time": "08:00",
"end_time": "09:35",
"location": "",
"type": "task",
"span": 2,
"status": "normal"
}
]
}
]
}