Commit 449e5f0c authored by macro's avatar macro
Browse files

Update MemberAttentionController.java

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