文档
测试

扫描桶二维码,获取桶信息

GET
/sunthink/app/getBucketInfo

请求参数

参数名
类型
描述
必填
uuid
String
98d9114556c04e6085cbd16dcb212340
必填

响应参数

参数名
类型
描述
必填
msg
必填
code
必填
function
必填
bucketInfo
必填
wasteCategory
医废大类
必填
mw_trashAddress
暂存桶地址
必填
trashTotalWeight
桶总重(医废总重+桶自重)
必填
collectCount
医废总件数
必填
collectTotalWeight
医废总重量
必填
trash_type
桶类型Id
必填
trashDeadWeight
桶自重
必填
trashTypeName
桶类型:名称
必填
STATUS
状态
必填
statusName
状态:中文名
必填
trash_id
桶Id
必填
trashNo
桶编号
必填

说明 / 示例

```JSON { "msg": "操作成功", "code": 200, "function": "Trash", "bucketInfo": { "wasteCategory": 0, "mw_trashAddress": "暂存站", "trashTotalWeight": 10.88, "collectCount": 3, "trashTypeName": "感染类", "trash_type": 1, "trashDeadWeight": 6.3, "trashNo": "122-20210521-2", "STATUS": "0", "createTime": "2021-05-21 09:29:03", "collectTotalWeight": 4.58, "trash_id": "b07d939f086d48424c2eea90585b0e1f", "statusName": "未出库" }, "trash": { "searchValue": null, "createBy": "wqx", "createTime": "2021-05-21 09:25:53", "updateBy": null, "updateTime": null, "remark": null, "params": {}, "trashId": "b07d939f086d48424c2eea90585b0e1f", "trashUuid": "5ebb00cbe5e441f684d03c4f33537a49", "hospitalId": 122, "hospitalName": "盐池县人民医院", "wasteCategory": 0, "trashNo": "122-20210521-2", "trashType": 1, "trashTName": "感染类", "trashAddress": "暂存站", "useWight": 6.3, "errorRange": 3.0 } } ```