更新购物车产品数量
POST
http://localhost:8080/portal/cart/update_product.do
请求参数
参数名
类型
描述
必填
productID
Integer
商品ID
必填
count
Integer
商品数量
必填
type
Integer
选择添加方式,0直接加,1是减 ,2直接更新成传进来得值
必填