reactor:【IoT 物联网】清理 components 和 protocol,基本已经融合到 gateway
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user