提交 9b2afcf6 编写于 作者: M macro

Update HomeController.java

上级 1efae9f7
......@@ -25,7 +25,7 @@ public class HomeController {
@Autowired
private HomeService homeService;
@ApiOperation("首页内容信息展示")
@ApiOperation("首页内容信息展示")
@RequestMapping(value = "/content", method = RequestMethod.GET)
@ResponseBody
public CommonResult<HomeContentResult> content() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册