Commit 78079a57e040cb9887ff7be560e1d8e5826ccb6b
1 parent
23235944
购物车 update
Showing
1 changed file
with
1 additions
and
1 deletions
myapp-web/src/main/java/com/b2c/myapp/api/ShoppingCartApi.java
... | ... | @@ -106,7 +106,7 @@ public class ShoppingCartApi extends BaseRestFulApi { |
106 | 106 | } |
107 | 107 | |
108 | 108 | @ApiOperation(value ="条件查询购物车列表列表", notes = "条件查询购物车列表列表") |
109 | - @ApiImplicitParam(paramType = "body",name = "shopBuyerListInput",dataType = "ShoppingCartListInput", required = true, value = "skus为null时,返回该用户下所有购物项") | |
109 | + @ApiImplicitParam(paramType = "body",name = "shoppingCartListInput",dataType = "ShoppingCartListInput", required = true, value = "skus为null时,返回该用户下所有购物项") | |
110 | 110 | @RequestMapping(value = "/getCarts", method = RequestMethod.POST) |
111 | 111 | @ResponseBody |
112 | 112 | public BaseOutput<List<ShoppingCartOutput>> getCarts(@RequestBody ShoppingCartListInput shoppingCartListInput){ |
... | ... |