文档
测试

添加新冰箱

POST
/storage/freezers/

请求参数

参数名
类型
描述
必填
freezer_name
string
冰箱编号
必填
temperature
string
冰箱温度
必填
bucket_size
int
提篮层数
必填
plate_length
int
样品盒长
必填
plate_width
char
样品盒宽
必填

响应参数

参数名
类型
描述
必填
code
string
错误码
必填
error_description
jsonarray
错误描述
必填
data
jsonarray
新冰箱
必填
id
int
冰箱编号
必填
temperature
string
冰箱环境
必填
bucket_size
int
抽屉层数
必填
occupation
float
占有率
必填