|
@@ -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<>();
|