Commit 2c720c81 authored by liudong1993's avatar liudong1993
parents 76ab0f3b f4cf8b58
......@@ -158,10 +158,6 @@ namespace Mall.WebApi.Controllers.MallBase
}
foreach (var item in demodel.MoreImgList)
{
if (string.IsNullOrEmpty(item.Name))
{
return ApiResult.ParamIsNull("请传递组图标题");
}
if (string.IsNullOrEmpty(item.Path))
{
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