diff --git a/ZR.Admin.WebApi/ZR.Admin.WebApi.csproj b/ZR.Admin.WebApi/ZR.Admin.WebApi.csproj index 1cdf991..87fd9bc 100644 --- a/ZR.Admin.WebApi/ZR.Admin.WebApi.csproj +++ b/ZR.Admin.WebApi/ZR.Admin.WebApi.csproj @@ -37,6 +37,7 @@ + diff --git a/ZR.Admin.WebApi/appsettings.json b/ZR.Admin.WebApi/appsettings.json index 4d25b1d..b2668db 100644 --- a/ZR.Admin.WebApi/appsettings.json +++ b/ZR.Admin.WebApi/appsettings.json @@ -49,7 +49,7 @@ "sqlExecutionTime": 5, //Sql执行时间超过多少秒记录日志并警报 "Upload": { "uploadUrl": "http://localhost:8888", //本地存储资源访问路径 - "localSavePath": "/file/", //本地上传默认文件存储目录 wwwroot + "localSavePath": "file/", //本地上传默认文件存储目录 wwwroot "maxSize": 15, //上传文件大小限制 15M "notAllowedExt": [ ".bat", ".exe", ".jar", ".js" ], "requestLimitSize": 50 //请求body大小限制 diff --git a/ZR.Admin.WebApi/wwwroot/file/2025/0923/9f88c411ca515b37.xlsx b/ZR.Admin.WebApi/wwwroot/file/2025/0923/9f88c411ca515b37.xlsx new file mode 100644 index 0000000..304dc73 Binary files /dev/null and b/ZR.Admin.WebApi/wwwroot/file/2025/0923/9f88c411ca515b37.xlsx differ