{
"token": "262e7ada-cd7b-4cad-9fce-f3f229d6f8671654735406055",
"deptId": "44",
"method": "advice/deOpenDept"
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/executeDoctor' \
--header 'accessToken: 6f487a24-1083-45b3-a1bd-f96a78fc89c7' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "262e7ada-cd7b-4cad-9fce-f3f229d6f8671654735406055",
"deptId": "44",
"method": "advice/deOpenDept"
}'
{
"data": {
"result": "string",
"code": "string",
"list": [
{
"deptId": 0,
"deptCode": 0,
"deptName": "string"
}
]
},
"error": "string",
"result": "string",
"resultCode": 0,
"resultMsg": "string"
}