app/src/main/java/com/hdl/photovoltaic/other/HdlUniLogic.java
@@ -1737,10 +1737,10 @@ if (callback != null) { callback.invoke(getJSONObject(uniCallBackBaseBean)); // callback.invoke(uniCallBackBaseBean); HdlLogLogic.print("uni--->接收--->" + type + "--->" + new Gson().toJson(uniCallBackBaseBean), true); HdlLogLogic.print("uni--->回复--->" + type + "--->" + new Gson().toJson(uniCallBackBaseBean), true); } } catch (Exception e) { HdlLogLogic.print("uni--->接收--->" + type + "--->" + e.getMessage(), true); HdlLogLogic.print("uni--->回复--->" + type + "--->" + e.getMessage(), true); }