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
9f3969cb
Commit
9f3969cb
authored
Jul 04, 2021
by
macro
Browse files
Update MemberReadHistoryController.java
parent
adf0e47e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/MemberReadHistoryController.java
View file @
9f3969cb
...
...
@@ -48,7 +48,7 @@ public class MemberReadHistoryController {
}
}
@ApiOperation
(
"清空
除
浏览记录"
)
@ApiOperation
(
"清空浏览记录"
)
@RequestMapping
(
value
=
"/clear"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
public
CommonResult
clear
()
{
...
...
@@ -56,7 +56,7 @@ public class MemberReadHistoryController {
return
CommonResult
.
success
(
null
);
}
@ApiOperation
(
"分页获取
用户
浏览记录"
)
@ApiOperation
(
"分页获取浏览记录"
)
@RequestMapping
(
value
=
"/list"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
CommonResult
<
CommonPage
<
MemberReadHistory
>>
list
(
@RequestParam
(
value
=
"pageNum"
,
defaultValue
=
"1"
)
Integer
pageNum
,
...
...
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