curl --location --request GET 'https://api2.hik-cloud.com/api/v1/edu/education/schooltimetable/actions/getSchooltimetableDockInfo' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "string",
"schoolId": "string"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"dockStatus": "https://pic.com/minerva/export/reports/2020/课表管理/6/f3d7d4f709554eb2b17901888bbdbb13/986827c7528c43338002ccca850c9fe1.xlsx"
}
}