desc:调整接口参数

main
xiaowusky 1 year ago
parent 8b33fb15e7
commit 70b676316e

@ -18,7 +18,7 @@ data class GasReqBean(
gasUnit = gas.unit, gasUnit = gas.unit,
reportTime = gas.time.toString(), reportTime = gas.time.toString(),
sensorName = GasCache.getNickname(gas.gasName), sensorName = GasCache.getNickname(gas.gasName),
status = GasCache.getStatus(gas.gasName), status = "1",
alarmName = gas.warnTxt alarmName = gas.warnTxt
) )
} }

Loading…
Cancel
Save