vince
2024-08-13 6c76ad7d3c1e6b2a2cea4986f9bcb0f7215c3563
src/main/java/com/fzzy/gateway/hx2023/service/DeviceReportServiceImpl.java
@@ -108,7 +108,7 @@
            weightInfo.setNetWeight(reqData.getWeight());
            weightInfo.setWeightUnit("KG");
            JSONObject jsonObject = new JSONObject();
            jsonObject.put("weightInfo", weightInfo);
            jsonObject.put("weightInfo", JSON.toJSONString(weightInfo));
            packet.setProperties(jsonObject);