查询购物车列表
GET
/order/app/shoppingCart
响应参数
参数名
类型
描述
必填
id
long
购物车id
必填
userId
long
用户id
必填
skuId
long
skuid
必填
price
double
加入的价格
必填
number
int
数量
必填