feat:【infra 基础设施】ftp、sftp 库升级与兼容

This commit is contained in:
YunaiV
2025-09-20 21:22:12 +08:00
parent a660f407d8
commit f1167638ce
4 changed files with 31 additions and 9 deletions

View File

@@ -125,7 +125,7 @@ public class IotMqttConnectionManager {
*/
public IotMqttConnectionManager.ConnectionInfo getConnectionInfoByDeviceId(Long deviceId) {
// 通过设备 ID 获取连接端点
var endpoint = getDeviceEndpoint(deviceId);
MqttEndpoint endpoint = getDeviceEndpoint(deviceId);
if (endpoint == null) {
return null;
}