Commit 6b187d9b authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-admin-api]: 关键字的url字段是可选的

parent 35b161cb
...@@ -51,10 +51,6 @@ public class AdminKeywordController { ...@@ -51,10 +51,6 @@ public class AdminKeywordController {
if (StringUtils.isEmpty(keyword)) { if (StringUtils.isEmpty(keyword)) {
return ResponseUtil.badArgument(); return ResponseUtil.badArgument();
} }
String url = keywords.getUrl();
if (StringUtils.isEmpty(url)) {
return ResponseUtil.badArgument();
}
return null; return null;
} }
......
Supports Markdown
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