#### 删除购物车
~~~[api]
post:/cart/deleteGoodsCart
goodsCartItemIds=[{cartId, childGoodsId}]#购物车ids(jsonString)
<<<
success
{
"retCode": 0,
"retMsg": "success",
"responseInfo": {}
}
<<<
error
{
"retCode": !0,
"retMsg": "errMsg"
}
~~~
#### 删除失效商品
~~~[api]
post:/cart/deleteFailureGoods
userId=3191#用户id(int)
<<<
success
{
"retCode": 0,
"retMsg": "success",
"responseInfo": {}
}
<<<
error
{
"retCode": !0,
"retMsg": "errMsg"
}
~~~