{"method":"advice/specification","token":"aad4779c-aa12-4c07-bfd1-f935c2b2b6851649820518570","chargeItemId":123,"deptId":111}
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 '{"method":"advice/specification","token":"aad4779c-aa12-4c07-bfd1-f935c2b2b6851649820518570","chargeItemId":123,"deptId":111}'
{
"data": {
"admissionUnit": "支",
"storeUnit": "盒",
"medicalUnit": "支",
"singleDose": "20.000000",
"medicalPackage": "1.0000",
"admissionPackage": "1.0000",
"storePackage": "1.0000",
"sharingMode": "0",
"dynamicShare": "",
"unpackMedicine": "",
"unit": "",
"unitName": ""
},
"error": "",
"result": "SUCCESS",
"resultCode": 200,
"resultMsg": ""
}