fix upload本地上传返回文件名错误
This commit is contained in:
@@ -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()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user