wei
2021-01-21 bee4133c05f9c41f24ec7fa7449faabb79306087
HDL_ON/DAL/Server/HttpUtil.cs
@@ -580,7 +580,7 @@
                        if (item.Value != null)
                        {
                            //Value.ToString()为null或者""也不参加校验
                            if (!string.IsNullOrEmpty(item.Value.ToString()))
                            if (!string.IsNullOrEmpty(item.Value.ToString()) && (item.Value is string || item.Value.GetType().IsValueType))
                            {
                                //如果是bool类型,要转小写
                                if (item.Value is bool)