修改默认数据

feature-flyModify
zhangbin 2025-07-24 14:55:33 +08:00
parent 8255857ec1
commit 82ad3293df
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 == "" ? "01" : uavsn;
_manageApp.AddDronePort(lasaDronePort); _manageApp.AddDronePort(lasaDronePort);
_manageApp.AddLasaUav(lasaUav); _manageApp.AddLasaUav(lasaUav);
var topics = new List<string>(); var topics = new List<string>();