24282 hace 2 años
padre
commit
246f7650d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/fjhx/equipment/EquipmentAbstract.java

+ 1 - 1
src/main/java/com/fjhx/equipment/EquipmentAbstract.java

@@ -64,7 +64,7 @@ public abstract class EquipmentAbstract {
         properties.put("DeviceData", JSON.toJSONString(uploadEntity));
         properties.put("DeviceData", JSON.toJSONString(uploadEntity));
 
 
         Map<String, Object> service = new HashMap<>();
         Map<String, Object> service = new HashMap<>();
-        service.put("service_id", "Data");
+        service.put("service_id", "data");
         service.put("properties", properties);
         service.put("properties", properties);
 
 
         Map<Object, Object> services = new HashMap<>();
         Map<Object, Object> services = new HashMap<>();