curl --location --request GET '/getPatientListConfigByType?employeeType=1' \
--header 'Authorizations: {{token}}'
{
"body": [
{
"code": "string",
"dllName": "string",
"id": "string",
"isShow": true,
"name": "string",
"operCode": "string",
"operDate": "2019-08-24T14:15:22Z",
"operName": "string",
"sortNo": "string",
"type": "string",
"winName": "string"
}
],
"resultCode": "string",
"resultMessage": "string"
}