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
wwwanlingxiao
mall
Commits
cf9ddbf5
Commit
cf9ddbf5
authored
Jul 02, 2024
by
macro
Browse files
Update HomeController.java
parent
70a226f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/HomeController.java
View file @
cf9ddbf5
...
@@ -52,7 +52,7 @@ public class HomeController {
...
@@ -52,7 +52,7 @@ public class HomeController {
return
CommonResult
.
success
(
productCategoryList
);
return
CommonResult
.
success
(
productCategoryList
);
}
}
@ApiOperation
(
"根据分类获取专题"
)
@ApiOperation
(
"根据分类
分页
获取专题"
)
@RequestMapping
(
value
=
"/subjectList"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"/subjectList"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
@ResponseBody
public
CommonResult
<
List
<
CmsSubject
>>
getSubjectList
(
@RequestParam
(
required
=
false
)
Long
cateId
,
public
CommonResult
<
List
<
CmsSubject
>>
getSubjectList
(
@RequestParam
(
required
=
false
)
Long
cateId
,
...
...
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