修改购物车商品数量(+-)
POST
/home/carDown
请求参数
参数名
类型
描述
必填
car_id
int
购物车列表id
必填
type
int
1加 2减
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:请求成功
必填