{
"endDate": "2022-04-21 23:59:59",
"deptId": "117",
"operationInfo": "477",
"startDate": "2022-04-21 00:00:00",
"method": "statistics/sumTotal",
"token": "bef20868-676d-4160-a45c-f342dcf8ab111650545718527"
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/execute' \
--header 'accessToken: 016aca22-6d4a-4fad-84b5-2c87a63a50b7' \
--header 'Content-Type: application/json' \
--data-raw '{
"endDate": "2022-04-21 23:59:59",
"deptId": "117",
"operationInfo": "477",
"startDate": "2022-04-21 00:00:00",
"method": "statistics/sumTotal",
"token": "bef20868-676d-4160-a45c-f342dcf8ab111650545718527"
}'
{
"data": {
"operationId": "string",
"operationName": "string",
"patrolTotal": 0,
"adviceExecTotal": 0,
"sampleTotal": 0
},
"error": "string",
"result": "string",
"resultCode": 0,
"resultMsg": "string"
}