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
9b2afcf6
Commit
9b2afcf6
authored
Jun 27, 2021
by
macro
Browse files
Update HomeController.java
parent
1efae9f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/HomeController.java
View file @
9b2afcf6
...
@@ -25,7 +25,7 @@ public class HomeController {
...
@@ -25,7 +25,7 @@ public class HomeController {
@Autowired
@Autowired
private
HomeService
homeService
;
private
HomeService
homeService
;
@ApiOperation
(
"首页内容
页
信息展示"
)
@ApiOperation
(
"首页内容信息展示"
)
@RequestMapping
(
value
=
"/content"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"/content"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
@ResponseBody
public
CommonResult
<
HomeContentResult
>
content
()
{
public
CommonResult
<
HomeContentResult
>
content
()
{
...
...
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