From 585b665b535bed31c2476f42ad39b531e7f54f0a Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 17 Aug 2023 15:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=ADtest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/TestService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs index f0ccc199f..fb175609a 100644 --- a/IRaCIS.Core.Application/TestService.cs +++ b/IRaCIS.Core.Application/TestService.cs @@ -70,7 +70,7 @@ namespace IRaCIS.Application.Services public async Task Get() { - return "修改服务器时间自动发布测试"; + return "修改服务器时间自动发布测试--我又修改了"; }