Skip to content

Commit

Permalink
Update FileController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
liukuo362573 committed Feb 11, 2022
1 parent 17fd7eb commit 43f5745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YiSha.Web/YiSha.Admin.Web/Controllers/FileController.cs
Expand Up @@ -15,6 +15,7 @@ public class FileController : BaseController
{
#region 上传单个文件
[HttpPost]
[AuthorizeFilter]
public async Task<TData<string>> UploadFile(int fileModule, IFormCollection fileList)
{
TData<string> obj = await FileHelper.UploadFile(fileModule, fileList.Files);
Expand Down

0 comments on commit 43f5745

Please sign in to comment.