Commit 5abe8f69 authored by macro's avatar macro
Browse files

Update OmsCartItemController.java

parent cefdc24d
...@@ -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() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment