更新购物车某个产品数量
POST
http://localhost:8080/portal/cart/update.do
请求参数
参数名
类型
描述
必填
productId
Integer
商品ID
必填
count
Integer
数量
必填
type
Integer
0-图片添加 购物车使用加减器 1-购物车直接给数值
必填