Commit 868d8ddd authored by macro's avatar macro
Browse files

Update MemberAttentionController.java

parent e6ee89ac
...@@ -48,7 +48,7 @@ public class MemberAttentionController { ...@@ -48,7 +48,7 @@ public class MemberAttentionController {
} }
} }
@ApiOperation("显示品牌关注列表") @ApiOperation("显示当前用户品牌关注列表")
@RequestMapping(value = "/list", method = RequestMethod.GET) @RequestMapping(value = "/list", method = RequestMethod.GET)
@ResponseBody @ResponseBody
public CommonResult<CommonPage<MemberBrandAttention>> list(@RequestParam(value = "pageNum", defaultValue = "1") Integer pageNum, public CommonResult<CommonPage<MemberBrandAttention>> list(@RequestParam(value = "pageNum", defaultValue = "1") Integer pageNum,
...@@ -65,7 +65,7 @@ public class MemberAttentionController { ...@@ -65,7 +65,7 @@ public class MemberAttentionController {
return CommonResult.success(memberBrandAttention); return CommonResult.success(memberBrandAttention);
} }
@ApiOperation("清空品牌关注列表") @ApiOperation("清空当前用户品牌关注列表")
@RequestMapping(value = "/clear", method = RequestMethod.POST) @RequestMapping(value = "/clear", method = RequestMethod.POST)
@ResponseBody @ResponseBody
public CommonResult clear() { public CommonResult clear() {
......
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