reactor:【IoT 物联网】清理 components 和 protocol,基本已经融合到 gateway

This commit is contained in:
YunaiV
2025-06-09 23:28:24 +08:00
parent 479e0356ad
commit 800a85f7bc
63 changed files with 1 additions and 5759 deletions

View File

@@ -55,7 +55,7 @@ public class IotDeviceDownstreamServiceImpl implements IotDeviceDownstreamServic
if (StrUtil.isEmpty(serverId)) {
throw exception(DEVICE_DOWNSTREAM_FAILED_SERVER_ID_NULL);
}
deviceMessageProducer.sendGatewayDeviceMessage(serverId, message);
deviceMessageProducer.sendDeviceMessageToGateway(serverId, message);
// 3.2 发送给服务器(用于设备日志等的记录)
deviceMessageProducer.sendDeviceMessage(message);