Update OmsCartItemController.java
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user