Skip to content

Commit

Permalink
Update MemberAttentionController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Jan 24, 2024
1 parent cca37a7 commit 89595e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public CommonResult delete(Long brandId) {
}
}

@ApiOperation("显示当前用户品牌关注列表")
@ApiOperation("分页查询当前用户品牌关注列表")
@RequestMapping(value = "/list", method = RequestMethod.GET)
@ResponseBody
public CommonResult<CommonPage<MemberBrandAttention>> list(@RequestParam(value = "pageNum", defaultValue = "1") Integer pageNum,
Expand Down

0 comments on commit 89595e4

Please sign in to comment.