From c69cfce2fc5beaedd39f1e279abb2001392c7b90 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Wed, 12 Jun 2024 19:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TransToWebPeis/TransToWebPeisAppService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs index d28023b..9c3711d 100644 --- a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs +++ b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs @@ -36,8 +36,8 @@ using System.Threading; namespace Shentun.Peis.TransToWebPeis { - //[ApiExplorerSettings(GroupName = "Work")] - //[Authorize] + [ApiExplorerSettings(GroupName = "Work")] + [Authorize] public class TransToWebPeisAppService : ApplicationService { private readonly IRepository _deviceTypeRepository;