项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Core/Middlewares/ApiLogMiddleware.cs
@@ -93,7 +93,7 @@ ms.Position = 0; await ms.CopyToAsync(originalBody); if (!ignoreUrls.Any(x => context.Request.Path.Value?.Contains(x) ?? false)) if (!ignoreUrls.Any(x => context.Request.Path.Value?.ToLower().Contains(x.ToLower()) ?? false)) { Logger.Add(requestParam, responseParam); }