Update OmsCartItemController.java
This commit is contained in:
@@ -96,7 +96,7 @@ public class OmsCartItemController {
|
||||
return CommonResult.failed();
|
||||
}
|
||||
|
||||
@ApiOperation("清空当前用户的购物车")
|
||||
@ApiOperation("清空当前会员的购物车")
|
||||
@RequestMapping(value = "/clear", method = RequestMethod.POST)
|
||||
@ResponseBody
|
||||
public CommonResult clear() {
|
||||
|
||||
Reference in New Issue
Block a user