curl --location --request GET '/meddoc/basic/drugbaseinfo/getBedNumber?nurseCellCode=1083' \
--header 'Authorizations: {{token}}'
{
"body": [
{
"bedNo": "string",
"bedPhonecode": "string",
"bedState": "string",
"bedWeave": "string",
"chargeDocCode": "string",
"chiefDocCode": "string",
"clinicNo": "string",
"docCode": "string",
"dutyNurseCode": "string",
"feeGradeCode": "string",
"houseDocCode": "string",
"nurseCellCode": "string",
"nursetendGroup": "string",
"operCode": "string",
"operDate": "2019-08-24T14:15:22Z",
"ownerPc": "string",
"prepayFlag": "string",
"prepayOutdate": "2019-08-24T14:15:22Z",
"sortId": 0,
"validState": "string",
"wardNo": "string"
}
],
"resultCode": "string",
"resultMessage": "string"
}