token: ********************
{
"startTime": "string",
"endTime": "string",
"magnitude": "10",
"dimension": "1",
"hospitalId": 0
}
curl --location --request POST 'localhost:8077/statIntern/api/general/teachDeptTeachModeRanking' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"startTime": "string",
"endTime": "string",
"magnitude": "10",
"dimension": "1",
"hospitalId": 0
}'
{
"code": 0,
"errorCode": 0,
"message": "",
"result": {
"series": [
76,
69,
42,
12,
9,
5,
4,
3,
2,
2
],
"xAxis": [
"检验教研室",
"内科学教研室",
"医学影像学教研室",
"护理教研室",
"口腔学教研室",
"内科教研室",
"神经病学教研室",
"儿科教研室",
"妇科教研室(本)",
"妇产科学教研室"
]
},
"success": true
}