From d82ea7c31191d35e2ee44b61a277c78c295564ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A0=86=E5=94=AD=5F=E8=87=AA=E5=98=AB=C9=91?= <150935477@qq.com> Date: Mon, 29 Nov 2021 14:15:50 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/GeneralUpdate.ClientCore/GeneralCl?= =?UTF-8?q?ientBootstrap.cs.=20=E6=AD=A4=E5=A4=84=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=80=E4=B8=AABUG=EF=BC=8C=E5=B0=8621=E8=A1=8C=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=B1MainValidateUrl=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BAValidateUrl=EF=BC=9B=E5=9C=A8=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=97=A0=E9=9C=80=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E9=9C=80=E8=A6=81=E4=B8=8B=E8=BD=BD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=EF=BC=8C=E8=B7=B3=E8=BF=87=E6=AD=A4=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs b/src/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs index efc43c8..4d02028 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; -- Gitee