app/src/main/java/com/hdl/photovoltaic/other/HdlUniLogic.java
@@ -968,6 +968,7 @@ */ public void sendUni(String topic, HDLUniMP.UniCallBackBaseBean callBackBaseBean) { try { // HdlLogLogic.print("uni---原生主动向小程序发送通知事件---" +topic, false); HDLUniMPSDKManager.getInstance().sendUniMPEvent(HDLUniMP.UNI_APP_ID, topic, getJSONObject(callBackBaseBean)); } catch (Exception e) { HdlLogLogic.print("uni---原生主动向小程序发送通知事件---" + e.getMessage(), false);