From 2255ee1b0354eb7d491ed0c576fb66dd82af7644 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 17 Jan 2025 14:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E6=95=B0=E6=8D=AE=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/TestService.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs index 99e28458e..be08aa320 100644 --- a/IRaCIS.Core.Application/TestService.cs +++ b/IRaCIS.Core.Application/TestService.cs @@ -159,6 +159,7 @@ namespace IRaCIS.Core.Application.Service /// 用户多账号,初次维护数据 /// /// + [AllowAnonymous] public async Task UserMutiAccount([FromServices] IRepository _identityUserRepository) { @@ -211,6 +212,7 @@ namespace IRaCIS.Core.Application.Service /// /// /// + [AllowAnonymous] public async Task UserTrialUser([FromServices] IRepository _trialIdentityUserRepository, [FromServices] IRepository _trialUserRoleReposiotry) { _userInfo.IsNotNeedInspection = true; @@ -262,6 +264,7 @@ namespace IRaCIS.Core.Application.Service /// /// /// + [AllowAnonymous] [UnitOfWork] public async Task ExternalTrialUser( [FromServices] IRepository _trialSiteUserSurveyRepository,