diff --git a/src/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs b/src/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs index efc43c80254ab115524bcff6b7c3d1f390414c88..4d02028aa99c457dc620bc779ea767a67f11a1be 100644 --- a/src/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs +++ b/src/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs @@ -1,4 +1,4 @@ -using GeneralUpdate.ClientCore.Bootstrap; +using GeneralUpdate.ClientCore.Bootstrap; using GeneralUpdate.ClientCore.DTOs; using GeneralUpdate.ClientCore.Models; using GeneralUpdate.ClientCore.Strategys; @@ -18,7 +18,7 @@ namespace GeneralUpdate.ClientCore { try { - var respDTO = await HttpUtil.GetTaskAsync(Packet.MainValidateUrl); + var respDTO = await HttpUtil.GetTaskAsync(Packet.ValidateUrl); if (respDTO.Code == 200) { var body = respDTO.Body;