update 恢复文件预览权限验证,新增图片组件,从接口读取文件流
This commit is contained in:
@@ -106,7 +106,6 @@ namespace Ewide.Core.Service
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet("/sysFileInfo/preview")]
|
||||
[AllowAnonymous]
|
||||
public async Task<IActionResult> PreviewFileInfo([FromQuery] QueryFileInoInput input)
|
||||
{
|
||||
return await DownloadFileInfo(input);
|
||||
|
||||
Reference in New Issue
Block a user