修改文件存储
This commit is contained in:
@@ -29,6 +29,12 @@ namespace Infrastructure.Enums
|
||||
/// 七牛
|
||||
/// </summary>
|
||||
[Description("七牛云")]
|
||||
QINIU = 4
|
||||
QINIU = 4,
|
||||
|
||||
/// <summary>
|
||||
/// 远程
|
||||
/// </summary>
|
||||
[Description("远程")]
|
||||
REMOTE = 5
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,7 @@ namespace Infrastructure
|
||||
public class Upload
|
||||
{
|
||||
public string UploadUrl { get; set; }
|
||||
public string LocalSavePath { get; set; }
|
||||
}
|
||||
/// <summary>
|
||||
/// 阿里云存储
|
||||
|
||||
Reference in New Issue
Block a user