Commit 89595e4e authored by macro's avatar macro
Browse files

Update MemberAttentionController.java

parent cca37a7f
......@@ -47,7 +47,7 @@ public class MemberAttentionController {
}
}
@ApiOperation("显示当前用户品牌关注列表")
@ApiOperation("分页查询当前用户品牌关注列表")
@RequestMapping(value = "/list", method = RequestMethod.GET)
@ResponseBody
public CommonResult<CommonPage<MemberBrandAttention>> list(@RequestParam(value = "pageNum", defaultValue = "1") Integer pageNum,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment