{"adviceRecordIds":[{"adviceRecordId":"123","stopTime":"2019-03-26 10:12:49"},{"adviceRecordId":"123","stopTime":"2019-04-26 17:12:49"}],"method":"advice/stop","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":[{"adviceRecordId":"123","stopTime":"2019-03-26 10:12:49"},{"adviceRecordId":"123","stopTime":"2019-04-26 17:12:49"}],"method":"advice/stop","token":"aad4779c-aa12-4c07-bfd1-f935c2b2b6851649820518570","employeeId":447,"patientRegistryId":1234,"employeeName":"asdasdasdasd"}'
{
"data": {
"list": [
"string"
]
},
"error": "string",
"result": "SUCCESS",
"resultCode": 200,
"resultMsg": "msg"
}