token: ********************
{
"studyYear": 0,
"deptId": 0,
"teachId": 0,
"idList": [
0
]
}
curl --location --request POST 'localhost:8077/internTeach/api/mode/exportTeachDetail' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"studyYear": 0,
"deptId": 0,
"teachId": 0,
"idList": [
0
]
}'
{}