soc 取充电机的

zw
lxw 5 months ago
parent cd4258fbdf
commit 4fd7cac812

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

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

Loading…
Cancel
Save