Update OmsCartItemController.java

This commit is contained in:
macro
2022-01-23 20:49:21 +08:00
parent cefdc24de2
commit 5abe8f69e3

View File

@@ -96,7 +96,7 @@ public class OmsCartItemController {
return CommonResult.failed();
}
@ApiOperation("清空当前用户的购物车")
@ApiOperation("清空当前会员的购物车")
@RequestMapping(value = "/clear", method = RequestMethod.POST)
@ResponseBody
public CommonResult clear() {