修改默认参数

feature-flyModify
zhangbin 2025-07-15 11:37:22 +08:00
parent c110adb929
commit 50983d336e
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ namespace OpenAuth.WebApi.Model.mqtt
}
}
}
uavsn = uavsn == "" ? "1581F8HGX254V00A0BUY" : uavsn;
uavsn = uavsn == "" ? "0" : uavsn;
_manageApp.AddDronePort(lasaDronePort);
_manageApp.AddLasaUav(lasaUav);
var topics = new List<string>();