文档
测试

查询购物车

GET
http://localhost:8080/soybean/api/cart/20

请求参数

参数名
类型
描述
必填
id
long
客户id,
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
object
示例:null
必填
data
array
数据列表
必填
id
int
购物车id,示例:1
必填
customer
int
客户id,示例:20
必填
productId
int
商品id,示例:5
必填
number
int
商品数量,示例:5
必填
checked
int
是否选中,0否1是,示例:0
必填
productTitle
String
商品名称
必填