{
"method": "blood/checkGetBlood",
"getBloodId": "6009832",
"getBloodTime": "2023-07-07 10:31:33",
"sendListId": 325,
"token": "ab313fb9034c48a08b53f791bfacb67b"
}
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": "blood/checkGetBlood",
"getBloodId": "6009832",
"getBloodTime": "2023-07-07 10:31:33",
"sendListId": 325,
"token": "ab313fb9034c48a08b53f791bfacb67b"
}'
{
"data": {
"result": "string"
},
"error": "string",
"result": "string",
"resultCode": 0,
"resultMsg": "string"
}