{
"quotaId": 25,
"key": ""
}
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/hrQuota/statistic/queryPersonNameList' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"quotaId": 25,
"key": ""
}'
{
"code": "200",
"msg": "success",
"error": "success",
"data": [
"胡飞",
"胡青牛",
"姚定祥"
],
"message": "success"
}