{"adviceRecordIds":["1","2","3"],"method":"advice/cancel","token":"aad4779c-aa12-4c07-bfd1-f935c2b2b6851649820518570","employeeId":447,"patientRegistryId":1234,"employeeName":"asdasdasdasd"}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/executeDoctor' \
--header 'accessToken: b8dfa9b1-3665-4781-866a-78a34b5151cb' \
--header 'Content-Type: application/json' \
--data-raw '{"adviceRecordIds":["1","2","3"],"method":"advice/cancel","token":"aad4779c-aa12-4c07-bfd1-f935c2b2b6851649820518570","employeeId":447,"patientRegistryId":1234,"employeeName":"asdasdasdasd"}'
{
"error": "string",
"result": "string",
"resultCode": 0,
"resultMsg": "string",
"data": {
"list": [
"string"
]
}
}