diff --git a/OpenAuth.App/ServiceApp/ManageApp.cs b/OpenAuth.App/ServiceApp/ManageApp.cs index 8efbc05..fc79a85 100644 --- a/OpenAuth.App/ServiceApp/ManageApp.cs +++ b/OpenAuth.App/ServiceApp/ManageApp.cs @@ -2668,11 +2668,11 @@ namespace OpenAuth.App.ServiceApp db.Ado.BeginTran(); await db.Updateable(task).IgnoreNullColumns().ExecuteCommandAsync(); db.Ado.CommitTran(); - var config = ConfigHelper.GetConfigRoot(); + /*var config = ConfigHelper.GetConfigRoot(); var url = config["AIModelApi:Url"]; // 结束智能巡检 using var httpClient = new HttpClient(); - await httpClient.PostAsync($"{url}/stop_detection", null); + await httpClient.PostAsync($"{url}/stop_detection", null);*/ } catch (Exception ex) {