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
5abe8f69
Commit
5abe8f69
authored
Jan 23, 2022
by
macro
Browse files
Update OmsCartItemController.java
parent
cefdc24d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/OmsCartItemController.java
View file @
5abe8f69
...
@@ -96,7 +96,7 @@ public class OmsCartItemController {
...
@@ -96,7 +96,7 @@ public class OmsCartItemController {
return
CommonResult
.
failed
();
return
CommonResult
.
failed
();
}
}
@ApiOperation
(
"清空当前
用户
的购物车"
)
@ApiOperation
(
"清空当前
会员
的购物车"
)
@RequestMapping
(
value
=
"/clear"
,
method
=
RequestMethod
.
POST
)
@RequestMapping
(
value
=
"/clear"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
@ResponseBody
public
CommonResult
clear
()
{
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