Skip to content

Commit

Permalink
Update MemberAttentionController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Feb 1, 2024
1 parent 89595e4 commit 449e5f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public CommonResult<CommonPage<MemberBrandAttention>> list(@RequestParam(value =
return CommonResult.success(CommonPage.restPage(page));
}

@ApiOperation("显示品牌关注详情")
@ApiOperation("根据品牌ID获取品牌关注详情")
@RequestMapping(value = "/detail", method = RequestMethod.GET)
@ResponseBody
public CommonResult<MemberBrandAttention> detail(@RequestParam Long brandId) {
Expand Down

0 comments on commit 449e5f0

Please sign in to comment.