获取购物车数据 [ 会员 ]
GET
/plugin-wemall/api.auth.cart/get最后修改时间: 5 个月前
请求参数
示例代码
返回响应
获取购物车数据(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
info
string
必需
data
object
必需
list
array [object {10}]
必需
示例获取购物车数据
{
"code": 1,
"info": "获取购买车数据!",
"data": {
"list": [
{
"id": 5,
"unid": 1,
"ghash": "4ac3857e088a69a3afcadb0385ad0577",
"gcode": "G781481257683240",
"gspec": "默认分组::默认规格;;规格分组1::规格属性",
"number": 2,
"create_time": "2023年04月28日 00:11:43",
"update_time": "2023年05月04日 17:56:43",
"goods": {
"id": 1,
"code": "G781481257683240",
"name": "商品名称",
"marks": [
"test2",
"test"
],
"cates": {
"id": 6,
"pid": 4,
"name": "test55",
"path": "-1-2-3-4-6",
"spc": 0,
"spt": 4,
"spl": "ㅤ├ㅤㅤ├ㅤㅤ├ㅤㅤ├ㅤ",
"spp": ",1,2,3,4,6,",
"ids": [
1,
2,
3,
4,
6
],
"names": [
"Test",
"test2",
"test3",
"test4",
"test55"
]
},
"cover": "https://storage.thinkadmin.top/d/temps/d3/863873b498c94c0b4d1cfdcb152a6f.png",
"slider": "https://storage.thinkadmin.top/d/temps/d3/863873b498c94c0b4d1cfdcb152a6f.png",
"specs": [
{
"name": "默认分组",
"list": [
{
"name": "默认规格",
"check": true,
"show": true,
"group": "默认分组"
}
]
},
{
"name": "规格分组1",
"list": [
{
"name": "规格属性",
"check": true,
"show": true,
"group": "规格分组1"
},
{
"name": "规格属性1",
"check": true,
"show": true,
"group": "规格分组1"
}
]
}
],
"content": "<p>421341</p>",
"remark": "34132341",
"payment": {
"M780834464172204": {
"type": "wechat_gzh",
"code": "M780834464172204",
"name": "微信商户支付"
},
"M778545806045433": {
"type": "balance",
"code": "M778545806045433",
"name": "账户余额支付"
}
},
"stock_total": 12,
"stock_sales": 0,
"stock_virtual": 244,
"price_selling": "1.00",
"price_market": "2.00",
"rebate_type": 0,
"delivery_code": "T2023040543121",
"limit_lowvip": 0,
"limit_maxnum": 0,
"level_upgrade": -1,
"discount_id": 1,
"num_read": 14,
"sort": 0,
"status": 1,
"deleted": 0,
"create_time": "2023年04月14日 22:07:56",
"update_time": "2023年05月04日 10:40:39",
"items": [
{
"gsku": "S7814812744917",
"ghash": "4ac3857e088a69a3afcadb0385ad0577",
"gcode": "G781481257683240",
"gspec": "默认分组::默认规格;;规格分组1::规格属性",
"gimage": "",
"stock_sales": 0,
"stock_total": 9,
"price_selling": "1.00",
"price_market": "2.00",
"reward_balance": "0.01",
"reward_integral": "0.01",
"number_virtual": 122,
"number_express": 1
},
{
"gsku": "S7814812751639",
"ghash": "2aee99d3231b3754d14393cca5c35990",
"gcode": "G781481257683240",
"gspec": "默认分组::默认规格;;规格分组1::规格属性1",
"gimage": "",
"stock_sales": 0,
"stock_total": 3,
"price_selling": "1.00",
"price_market": "2.00",
"reward_balance": "0.01",
"reward_integral": "0.01",
"number_virtual": 122,
"number_express": 1
}
]
},
"specs": {
"gsku": "S7814812744917",
"ghash": "4ac3857e088a69a3afcadb0385ad0577",
"gcode": "G781481257683240",
"gspec": "默认分组::默认规格;;规格分组1::规格属性",
"gimage": "",
"stock_sales": 0,
"stock_total": 9,
"price_selling": "1.00",
"price_market": "2.00",
"reward_balance": "0.01",
"reward_integral": "0.01",
"number_virtual": 122,
"number_express": 1,
"status": 1
}
}
]
}
}
最后修改时间: 5 个月前