as is
This commit is contained in:
14
StopShopping.FileApi/Services/IFileService.cs
Normal file
14
StopShopping.FileApi/Services/IFileService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace StopShopping.FileApi.Services;
|
||||
|
||||
/// <summary>
|
||||
/// 文件服务
|
||||
/// </summary>
|
||||
public interface IFileService
|
||||
{
|
||||
/// <summary>
|
||||
/// 上传文件
|
||||
/// </summary>
|
||||
/// <param name="payload"></param>
|
||||
/// <returns></returns>
|
||||
Task<ApiResponse<FileUploadResp>> UploadFileAsync(UploadParams payload);
|
||||
}
|
||||
Reference in New Issue
Block a user