Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
868d8ddd
Commit
868d8ddd
authored
Jan 09, 2022
by
macro
Browse files
Update MemberAttentionController.java
parent
e6ee89ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/MemberAttentionController.java
View file @
868d8ddd
...
...
@@ -48,7 +48,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
,
...
...
@@ -65,7 +65,7 @@ public class MemberAttentionController {
return
CommonResult
.
success
(
memberBrandAttention
);
}
@ApiOperation
(
"清空品牌关注列表"
)
@ApiOperation
(
"清空
当前用户
品牌关注列表"
)
@RequestMapping
(
value
=
"/clear"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
public
CommonResult
clear
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment