soc 取充电机的

master
lxw 4 months ago
parent cd4258fbdf
commit 4fd7cac812

@ -163,7 +163,6 @@ public class TBoxApi
{
string s = await _httpClient.GetStringAsync(url);
Log.Info($"TboxConnect resp = {s}");
return bool.Parse(s);
}

@ -194,7 +194,7 @@ public class CommonMgr
if (carInfoBatteryInfos != null && carInfoBatteryInfos.Count > 0)
{
orderBatteryInfo.InBinInfo.BatteryNo = carInfoBatteryInfos[0].BatteryNo;
orderBatteryInfo.InBinInfo.Soc = carInfoBatteryInfos[0].Soc;
// orderBatteryInfo.InBinInfo.Soc = carInfoBatteryInfos[0].Soc;
orderBatteryInfo.InBinInfo.Soe = carInfoBatteryInfos[0].Soe;
orderBatteryInfo.InBinInfo.Soh = carInfoBatteryInfos[0].Soh;
}

Loading…
Cancel
Save