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
449e5f0c
Commit
449e5f0c
authored
Feb 01, 2024
by
macro
Browse files
Update MemberAttentionController.java
parent
89595e4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/MemberAttentionController.java
View file @
449e5f0c
...
...
@@ -56,7 +56,7 @@ public class MemberAttentionController {
return
CommonResult
.
success
(
CommonPage
.
restPage
(
page
));
}
@ApiOperation
(
"
显示
品牌关注详情"
)
@ApiOperation
(
"
根据品牌ID获取
品牌关注详情"
)
@RequestMapping
(
value
=
"/detail"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
CommonResult
<
MemberBrandAttention
>
detail
(
@RequestParam
Long
brandId
)
{
...
...
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