token: ********************
{
"index": "1",
"size": "10",
"startTime": "string",
"endTime": "string",
"magnitude": "10",
"hospitalId": 0,
"teachDeptId": 0,
"deptId": 0,
"teacherAgeRequest": {
"hospitalId": 0,
"startAge": 0,
"endAge": 0,
"ageList": [
{}
]
},
"dimension": "1",
"jobTitleSort": "0",
"educationSort": "0"
}
curl --location --request POST 'localhost:8077/statIntern/api/teacher/educationBar' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"index": "1",
"size": "10",
"startTime": "string",
"endTime": "string",
"magnitude": "10",
"hospitalId": 0,
"teachDeptId": 0,
"deptId": 0,
"teacherAgeRequest": {
"hospitalId": 0,
"startAge": 0,
"endAge": 0,
"ageList": [
{}
]
},
"dimension": "1",
"jobTitleSort": "0",
"educationSort": "0"
}'
{
"result": {},
"errorCode": 0,
"message": "",
"success": false,
"code": 0
}