修改购物车项
POST
http://localhost:8080/api/cart/cart/update
请求参数
参数名
类型
描述
必填
id
int
示例:6
必填
productId
int
示例:1
必填
groupId
int
示例:1
必填
memberId
int
示例:1
必填
price
string
示例:3400.00
必填
count
int
示例:1
必填