优化数据校验

This commit is contained in:
不做码农 2023-08-29 21:19:37 +08:00
parent 07b4b95732
commit 400aa876df

View File

@ -31,10 +31,6 @@ namespace ZR.Admin.WebApi.Filters
{
foreach (var err in item.Errors)
{
if (err.ErrorMessage.Contains("JSON"))
{
return next();
}
if (!string.IsNullOrEmpty(msg))
{
msg += " | ";