购物车列表 websocket测试 GET http://192.168.0.91:8070/ipss/app/mall/shoppingCart/list 接口描述 显示购物车列表,按照更新时间倒序 响应参数 参数名 类型 描述 必填 status int 200 必填 message string 示例:下单成功 必填 data object(Array) 购物车列表 必填 prodId int 商品id 必填 name string 商品名 必填 categoryName string 商品类别名称 必填 price decimal 价格 必填 transportPrice decimal 运费 必填 amount int 购物车中此商品数量 必填 picUrl string 缩略图图片地址 必填 checked boolean 此字段写死为false 必填