From 344b92c427a524dfa34388220f19dc0a09e2ed85 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 18 Jun 2024 13:16:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/Properties/launchSettings.json | 2 +- IRaCIS.Core.Application/Helper/SendEmailHelper.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.API/Properties/launchSettings.json b/IRaCIS.Core.API/Properties/launchSettings.json index 37a2e7d69..2456ff45f 100644 --- a/IRaCIS.Core.API/Properties/launchSettings.json +++ b/IRaCIS.Core.API/Properties/launchSettings.json @@ -30,7 +30,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Event_IRC" }, - "applicationUrl": "http://localhost:6101" + "applicationUrl": "http://localhost:6100" }, "Docker": { "commandName": "Docker", diff --git a/IRaCIS.Core.Application/Helper/SendEmailHelper.cs b/IRaCIS.Core.Application/Helper/SendEmailHelper.cs index 7aef1bc8b..d15a5d857 100644 --- a/IRaCIS.Core.Application/Helper/SendEmailHelper.cs +++ b/IRaCIS.Core.Application/Helper/SendEmailHelper.cs @@ -40,7 +40,7 @@ public static class SendEmailHelper } } - catch (Exception ) + catch (Exception ex) { //---邮件发送失败,您进行的操作未能成功,请检查邮箱或联系维护人员