{
"method": "sample/execDeptInfo",
"operatorId": "00245",
"barCode": "1651065868246183938",
"token": "f165268aa24f4204b7ea87bda1292299"
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/execute' \
--header 'accessToken: 52763161-0ce8-4180-a829-a2656e9c64ef' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "sample/execDeptInfo",
"operatorId": "00245",
"barCode": "1651065868246183938",
"token": "f165268aa24f4204b7ea87bda1292299"
}'
{
"data": {
"list": [
{
"execDeptId": "string",
"execDeptName": "string",
"execDeptPosition": "string"
}
]
},
"error": "string",
"result": "string",
"resultCode": 0,
"resultMsg": "string"
}