Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
6b187d9b
Commit
6b187d9b
authored
Apr 17, 2019
by
Junling Bu
Browse files
chore[litemall-admin-api]: 关键字的url字段是可选的
parent
35b161cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin-api/src/main/java/org/linlinjava/litemall/admin/web/AdminKeywordController.java
View file @
6b187d9b
...
...
@@ -51,10 +51,6 @@ public class AdminKeywordController {
if
(
StringUtils
.
isEmpty
(
keyword
))
{
return
ResponseUtil
.
badArgument
();
}
String
url
=
keywords
.
getUrl
();
if
(
StringUtils
.
isEmpty
(
url
))
{
return
ResponseUtil
.
badArgument
();
}
return
null
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment