修改一版
This commit is contained in:
@@ -402,6 +402,7 @@ namespace IRaCIS.Core.API.Controllers
|
||||
{
|
||||
if(trialId==null)
|
||||
trialId=default(Guid);
|
||||
|
||||
var filerelativePath = string.Empty;
|
||||
List<FileDto> fileDtos = new List<FileDto>();
|
||||
await FileUploadAsync(async (fileName) =>
|
||||
|
||||
Reference in New Issue
Block a user