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
b2608286
Commit
b2608286
authored
Jan 12, 2022
by
macro
Browse files
Update MemberProductCollectionController.java
parent
868d8ddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/MemberProductCollectionController.java
View file @
b2608286
...
...
@@ -48,7 +48,7 @@ public class MemberProductCollectionController {
}
}
@ApiOperation
(
"显示商品收藏列表"
)
@ApiOperation
(
"显示
当前用户
商品收藏列表"
)
@RequestMapping
(
value
=
"/list"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
CommonResult
<
CommonPage
<
MemberProductCollection
>>
list
(
@RequestParam
(
value
=
"pageNum"
,
defaultValue
=
"1"
)
Integer
pageNum
,
...
...
@@ -65,7 +65,7 @@ public class MemberProductCollectionController {
return
CommonResult
.
success
(
memberProductCollection
);
}
@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