提交 a8064b03 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 07d0e7ce
...@@ -74,8 +74,7 @@ public class FgRecommendController { ...@@ -74,8 +74,7 @@ public class FgRecommendController {
@ApiOperation(value = "推荐位", notes = "根据code查询推荐位内容列表") @ApiOperation(value = "推荐位", notes = "根据code查询推荐位内容列表")
@GetMapping(value = "/content/list") @GetMapping(value = "/content/list")
public CallBack<FgRecommendListVo> queryRecommendList( public CallBack<FgRecommendListVo> queryRecommendList(FgQueryRecommendForm query, PageParam pageParam) {
FgQueryRecommendForm query, PageParam pageParam) {
if (StringUtils.isBlank(query.getCode())) { if (StringUtils.isBlank(query.getCode())) {
throw new BaseException("参数异常"); throw new BaseException("参数异常");
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论