HDLLinkLocalSdk/src/main/java/com/hdl/sdk/link/gateway/HDLLinkLocalGateway.java
@@ -726,7 +726,7 @@ String topic, Object jObject, String sendPath, HDLLinkCallBack callBack) { GatewayBean gatewayBean = this.getLocalGateway(mac); if (gatewayBean == null) { callBack.onError(HDLLinkException.getErrorWithCode(hdlLinkCode)); // callBack.onError(HDLLinkException.getErrorWithCode(hdlLinkCode)); return; } String topicSend = topic.replace("%s", gatewayBean.getOid());