fix upload本地上传返回文件名错误
This commit is contained in:
parent
49f7e9b3c3
commit
9ead357071
@ -139,7 +139,7 @@ namespace ZR.Admin.WebApi.Controllers
|
|||||||
return SUCCESS(new
|
return SUCCESS(new
|
||||||
{
|
{
|
||||||
url = file.AccessUrl,
|
url = file.AccessUrl,
|
||||||
fileName,
|
fileName = file.FileName,
|
||||||
fileId = file.Id.ToString()
|
fileId = file.Id.ToString()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user