diff --git a/Tiobon.Core.Api/Controllers/FileController.cs b/Tiobon.Core.Api/Controllers/FileController.cs index 2edeb900..caee4845 100644 --- a/Tiobon.Core.Api/Controllers/FileController.cs +++ b/Tiobon.Core.Api/Controllers/FileController.cs @@ -18,12 +18,14 @@ public class FileController : BaseApiController private readonly IConfiguration _configuration; private readonly IWebHostEnvironment _hostingEnvironment; private readonly IGhre_AttachmentServices _ghre_AttachmentServices; + /// /// 构造函数 /// /// /// /// + /// public FileController(ILogger logger, IConfiguration configuration, IWebHostEnvironment hostingEnvironment, IGhre_AttachmentServices ghre_AttachmentServices) { _logger = logger;