Update MemberAttentionController.java

This commit is contained in:
macro
2024-02-01 16:53:02 +08:00
parent 89595e4ed3
commit 449e5f0ca2

View File

@@ -56,7 +56,7 @@ public class MemberAttentionController {
return CommonResult.success(CommonPage.restPage(page));
}
@ApiOperation("显示品牌关注详情")
@ApiOperation("根据品牌ID获取品牌关注详情")
@RequestMapping(value = "/detail", method = RequestMethod.GET)
@ResponseBody
public CommonResult<MemberBrandAttention> detail(@RequestParam Long brandId) {