diff --git a/aspnet-core/LINGYUN.MicroService.All.slnx b/aspnet-core/LINGYUN.MicroService.All.slnx index add8c3936..150884403 100644 --- a/aspnet-core/LINGYUN.MicroService.All.slnx +++ b/aspnet-core/LINGYUN.MicroService.All.slnx @@ -308,6 +308,7 @@ + diff --git a/aspnet-core/services/LY.MicroService.PlatformManagement.HttpApi.Host/LY.MicroService.PlatformManagement.HttpApi.Host.csproj b/aspnet-core/services/LY.MicroService.PlatformManagement.HttpApi.Host/LY.MicroService.PlatformManagement.HttpApi.Host.csproj index ee2fdcfc5..37afc9c3c 100644 --- a/aspnet-core/services/LY.MicroService.PlatformManagement.HttpApi.Host/LY.MicroService.PlatformManagement.HttpApi.Host.csproj +++ b/aspnet-core/services/LY.MicroService.PlatformManagement.HttpApi.Host/LY.MicroService.PlatformManagement.HttpApi.Host.csproj @@ -62,6 +62,7 @@ + diff --git a/aspnet-core/services/LY.MicroService.PlatformManagement.HttpApi.Host/PlatformManagementHttpApiHostModule.cs b/aspnet-core/services/LY.MicroService.PlatformManagement.HttpApi.Host/PlatformManagementHttpApiHostModule.cs index 3f96b6020..bc94f3a97 100644 --- a/aspnet-core/services/LY.MicroService.PlatformManagement.HttpApi.Host/PlatformManagementHttpApiHostModule.cs +++ b/aspnet-core/services/LY.MicroService.PlatformManagement.HttpApi.Host/PlatformManagementHttpApiHostModule.cs @@ -5,6 +5,7 @@ using LINGYUN.Abp.Authorization.OrganizationUnits; using LINGYUN.Abp.BlobManagement; using LINGYUN.Abp.BlobManagement.Aliyun; using LINGYUN.Abp.BlobManagement.FileSystem; +using LINGYUN.Abp.BlobManagement.MimeCheck; using LINGYUN.Abp.BlobManagement.Minio; using LINGYUN.Abp.BlobManagement.SettingManagement; using LINGYUN.Abp.BlobManagement.Tencent; @@ -71,6 +72,7 @@ namespace LY.MicroService.PlatformManagement; typeof(AbpBlobManagementTencentModule), // 腾讯云存储提供者模块 typeof(AbpBlobManagementMinioModule), // Minio存储提供者模块 typeof(AbpBlobManagementFileSystemModule),// 本地文件系统提供者模块 + typeof(AbpBlobManagementMimeCheckModule), typeof(AbpBlobManagementApplicationModule), typeof(AbpBlobManagementHttpApiModule), typeof(AbpBlobManagementSettingManagementModule),