From c8d0ef9043a57277652f7fe334972c334cc23062 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 15 Jan 2024 16:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9study=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/appsettings.Test_Study.json | 2 +- IRaCIS.Core.API/appsettings.Uat_Study.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.API/appsettings.Test_Study.json b/IRaCIS.Core.API/appsettings.Test_Study.json index 46025bfee..122983466 100644 --- a/IRaCIS.Core.API/appsettings.Test_Study.json +++ b/IRaCIS.Core.API/appsettings.Test_Study.json @@ -55,7 +55,7 @@ "FromName": "Test_Study", "AuthorizationCode": "zhanying123", - "SiteUrl": "http://test.study.extimaging.com/login" + "SiteUrl": "http://study.test.extimaging.com/login" } } diff --git a/IRaCIS.Core.API/appsettings.Uat_Study.json b/IRaCIS.Core.API/appsettings.Uat_Study.json index 9082cb8c9..4a9458ecf 100644 --- a/IRaCIS.Core.API/appsettings.Uat_Study.json +++ b/IRaCIS.Core.API/appsettings.Uat_Study.json @@ -53,7 +53,7 @@ "FromEmail": "uat-study@extimaging.com", "FromName": "Uat_Study", "AuthorizationCode": "zhanying123", - "SiteUrl": "http://uat.study.extimaging.com/login" + "SiteUrl": "http://study.uat.extimaging.com/login" } }