{
"method": "home/criticalTotal",
"deptId": "117",
"token": "bcd3264b-2c33-42e3-9014-6d9a4a4f06071665718065452"
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/executeDoctor' \
--header 'accessToken: 19055a81-44c0-467e-ba55-18fc3ded8055' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "home/criticalTotal",
"deptId": "117",
"token": "bcd3264b-2c33-42e3-9014-6d9a4a4f06071665718065452"
}'
{
"data": {
"total": 0,
"method": "criticalTotal"
},
"error": "",
"result": "SUCCESS",
"resultCode": 200,
"resultMsg": ""
}