Commit f4cf8b58 authored by liudong1993's avatar liudong1993

1

parent 035cd550
...@@ -158,10 +158,6 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -158,10 +158,6 @@ namespace Mall.WebApi.Controllers.MallBase
} }
foreach (var item in demodel.MoreImgList) foreach (var item in demodel.MoreImgList)
{ {
if (string.IsNullOrEmpty(item.Name))
{
return ApiResult.ParamIsNull("请传递组图标题");
}
if (string.IsNullOrEmpty(item.Path)) if (string.IsNullOrEmpty(item.Path))
{ {
return ApiResult.ParamIsNull("请传递组图路径"); return ApiResult.ParamIsNull("请传递组图路径");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment