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
33f1226b
Commit
33f1226b
authored
Feb 07, 2024
by
macro
Browse files
Update UmsMemberReceiveAddressController.java
parent
449e5f0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/UmsMemberReceiveAddressController.java
View file @
33f1226b
...
...
@@ -57,7 +57,7 @@ public class UmsMemberReceiveAddressController {
return
CommonResult
.
failed
();
}
@ApiOperation
(
"
显示
所有收货地址"
)
@ApiOperation
(
"
获取
所有收货地址"
)
@RequestMapping
(
value
=
"/list"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
CommonResult
<
List
<
UmsMemberReceiveAddress
>>
list
()
{
...
...
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