Update HomeController.java
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user