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
89595e4e
Commit
89595e4e
authored
Jan 24, 2024
by
macro
Browse files
Update MemberAttentionController.java
parent
cca37a7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/MemberAttentionController.java
View file @
89595e4e
...
...
@@ -47,7 +47,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
,
...
...
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