Update MemberAttentionController.java

This commit is contained in:
macro
2024-01-24 15:31:50 +08:00
parent cca37a7fb8
commit 89595e4ed3

View File

@@ -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,