mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-22 12:09:19 +08:00
sync with OpenAuth.Core
This commit is contained in:
@@ -67,7 +67,6 @@ namespace OpenAuth.WebApi.Controllers
|
||||
/// <param name="files"></param>
|
||||
/// <returns>服务器存储的文件信息</returns>
|
||||
[HttpPost]
|
||||
[AllowAnonymous]
|
||||
public Response<IList<UploadFile>> Upload(IFormFileCollection files)
|
||||
{
|
||||
var result = new Response<IList<UploadFile>>();
|
||||
|
Reference in New Issue
Block a user