Commit 83cc8b98 by huangjy

fix:对接汇能接口问题

parent 6dee70d4
......@@ -62,6 +62,8 @@ public class HuiNengStrategy implements OpenApiBaseStrategy {
dto.setCompanyName(platTenant.getName());
List<HuinengHealthReportDTO.ReportInfo> data = Lists.newArrayList();
HuinengHealthReportDTO.ReportInfo reportInfo = new HuinengHealthReportDTO.ReportInfo();
reportInfo.setSignalStrength("");
reportInfo.setQuantityElectricity("");
reportInfo.setECG("");
reportInfo.setBloodSugar("");
reportInfo.setBloodOxygen("");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment