文档
测试

购物车列表

POST
app/yxh/listGoodsCar

接口描述

购物车 + 内置产品品

响应参数

参数名
类型
描述
必填
message
string
示例:购物车列表
必填
status
string
示例:success
必填
data
object
数据字典
必填
pageInfo
object
数据字典
必填
pageSize
number
示例:30
必填
page
number
示例:1
必填
totalCount
number
示例:2
必填
totalPages
number
示例:1
必填
offset
number
示例:0
必填
firstPage
boolean
示例:true
必填
prePage
number
示例:1
必填
lastPage
boolean
示例:true
必填
hasPrePage
boolean
示例:false
必填
nextPage
number
示例:1
必填
hasNextPage
boolean
示例:false
必填
startRow
number
示例:1
必填
endRow
number
示例:2
必填
slider
array
数据列表
必填
list
array
数据列表
必填
addrId
number
邮寄地址 示例:1 {若为邮寄,recWay=1}
必填
carId
number
购物车ID 示例:16
必填
scaleVals
string
规格值 示例:900ML
必填
recWay
string
收货方式 示例:1 {0-自提 1-邮寄}
必填
proType
string
邮享惠类型 示例:2 {1-爆款 2-基础款 3-新春大礼包}
必填
buyNum
number
购买数量 示例:1
必填
skuName
string
sku名称 示例:葵王食用油900ml
必填
typeName
string
商品类型 示例:食品
必填
price
number
购买价格 示例:8.1
必填
shopId
number
商铺ID 示例:1
必填
shopName
string
商铺名称 示例:东莞市邮政局
必填
skuImage
string
sku图片 示例:http://192.183.2.228/static//upload/uploadify/2019121/8ff3782e-b22b-48e7-a364-016e531d7cc7_S_360_360.jpg
必填
skuId
number
示例:7
必填
brand
string
品牌 示例:葵王
必填
userId
number
app用户ID
必填
userName
string
app用户名
必填
limitBuyNum
number
sku限购数量
必填
logo
string
商家LOGO
必填

说明 / 示例

```json { "message": "购物车列表", "status": "success", "data": { "pageInfo": { "pageSize": 30, "page": 1, "totalCount": 2, "totalPages": 1, "offset": 0, "firstPage": true, "prePage": 1, "lastPage": true, "hasPrePage": false, "nextPage": 1, "hasNextPage": false, "startRow": 1, "endRow": 2, "slider": [1] }, "list": [{ "addrId": 1, "carId": 16, "scaleVals": "900ML", "recWay": "1", "proType": "2", "buyNum": 1, "logo": "http://192.183.2.228/static//upload/uploadify/2019121/0efa64ce-6232-49b3-9af3-f40d7f57ee94_S_100_100.png", "skuName": "葵王食用油900ml", "typeName": "食品", "price": 8.1, "shopId": 1, "shopName": "东莞市邮政局", "skuImage": "http://192.183.2.228/static//upload/uploadify/2019121/8ff3782e-b22b-48e7-a364-016e531d7cc7_S_360_360.jpg", "userId": 5, "skuId": 7, "brand": "葵王", "userName": "东需弗首", "limitBuyNum": 2 }, { "carId": 15, "weight": 400.0, "scaleVals": "L,400g,白色", "recWay": "0", "proType": "1", "buyNum": 1, "logo": "http://192.183.2.228/static//upload/uploadify/2019121/0efa64ce-6232-49b3-9af3-f40d7f57ee94_S_100_100.png", "skuName": "中盐纯精岩盐400g", "typeName": "食品", "price": 1.0, "shopId": 1, "shopName": "东莞市邮政局", "skuImage": "http://192.183.2.228/static//upload/uploadify/2019121/8b5e09a5-62b6-42a9-8ec3-9d7093bea08f_S_360_360.jpg", "userId": 5, "skuId": 6, "brand": "中盐", "userName": "东需弗首", "deptId": 731, "limitBuyNum": 1 }] } }