文档
测试

获取冰箱配置的详细信息

GET
http://localhost:8080/app/getConf

请求参数

参数名
类型
描述
必填
deviceNo
string
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
id
int
示例:19 (冰箱id)
必填
stockMax1
int
示例:100(抽屉1最大库存)
必填
stockMax2
int
示例:100
必填
stockMax3
int
示例:100
必填
stockMax4
int
示例:100
必填
freshTime1
int
示例:200(抽屉1过期设置 单位 小时)
必填
freshTime2
int
示例:1
必填
freshTime3
int
示例:100
必填
freshTime4
int
示例:200
必填
warnProportion1
int
示例:80 (抽屉1报警比例)
必填
warnProportion2
int
示例:80
必填
warnProportion3
int
示例:80
必填
warnProportion4
int
示例:80
必填