This commit is contained in:
不做码农 2022-03-22 11:35:34 +08:00
commit 6966643ac5

View File

@ -146,7 +146,7 @@ namespace ZR.Admin.WebApi.Controllers
{ {
url = uploadType == 1 ? finalFilePath : accessPath, url = uploadType == 1 ? finalFilePath : accessPath,
fileName, fileName,
fileId fileId = fileId.ToString()
}); });
} }