wjc
2025-05-07 b9cc7390e8e8ce64c41c26fb369c98ce669d660c
sdk/src/main/java/com/hdl/sdk/link/gateway/HDLLinkLocalGateway.java
@@ -1178,7 +1178,7 @@
            callBack.onError(HDLLinkException.getErrorWithCode(HDLLinkCode.HDL_GATEWAY_NOT_EXIST));
            return;
        }
        String topicSend = topic.replace("%s", gatewayBean.getOid());
        String topicSend = topic.replace("%s", gatewayBean.getDevice_mac());
        //组装需要发送的数据
        String sendStr = createSendData(jObject);
//        LogUtils.i("本地发送mac---->"+mac);