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;