删除购物车中商品
POST
http://192.168.8.12:2020/web/index/shoppingCart/changeAmount.php
接口描述
删除购物车商品数据
请求参数
参数名
类型
描述
必填
skuIds
int
skuId
必填
productIds
int
商品ID
必填
amounts
int
商品数量(正数:添加数量值购物车、负数:删除该购物车商品数量)
必填
stypes
ShoppingCartSourceEntryType
product("商品"), composite("组合商品")
必填
响应参数
参数名
类型
描述
必填
success
boolean
示例:true
必填
code
int
示例:200
必填
msg
string
示例:购物车删除成功!!!
必填
data
object
示例:null
必填