简要描述:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2024-11-27 |
|
请求URL:
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
token |
是 |
string |
凭证 |
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
store_id |
是 |
string |
门店ID |
返回示例:
正确时返回:
{
"status": 200,
"msg": "ok",
"data": {
"store_id": 9,
"store": {
"id": 9,
"store_name": "5号乐馆-深圳北站店",
"logo": "http://cms5v.com/673d8842d8111.png"
},
"product_list": [
{
"id": 13,
"product_id": 4,
"product_opt_ids": "1,3",
"store_id": 9,
"number": 1,
"product": {
"cart_id": 4,
"product_name": "雅马哈(YAMAHA)F310NT 原声款 云杉木初学者入门",
"cover": "http://cms5v.com/673ffe118bb3d.png",
"price": 799
},
"product_opt_title": "普通款;加厚款",
"all_price": 839
},
{
"id": 12,
"product_id": 4,
"product_opt_ids": "1",
"store_id": 9,
"number": 1,
"product": {
"cart_id": 4,
"product_name": "雅马哈(YAMAHA)F310NT 原声款 云杉木初学者入门",
"cover": "http://cms5v.com/673ffe118bb3d.png",
"price": 799
},
"product_opt_title": "普通款",
"all_price": 809
},
{
"id": 10,
"product_id": 4,
"product_opt_ids": "1,3,10",
"store_id": 9,
"number": 2,
"product": {
"id": 4,
"product_name": "雅马哈(YAMAHA)F310NT 原声款 云杉木初学者入门",
"cover": "http://cms5v.com/673ffe118bb3d.png",
"price": 799
},
"product_opt_title": "普通款;加厚款;1 - 6 弦",
"all_price": 894
}
],
"product_all_price": 2542
},
"other": []
}
错误时返回:
返回参数说明:
参数名 |
类型 |
说明 |
store_id |
string |
门店ID |
product_all_price |
string |
所有商品总价格 |
store.id |
string |
门店ID |
store.store_name |
string |
门店名称 |
store.logo |
string |
门店logo |
product_list.id |
string |
购物车ID |
product_list.product_id |
string |
商品ID |
product_list.product_opt_ids |
string |
商品选项ID |
product_list.store_id |
string |
门店ID |
product_list.number |
string |
购物车数量 |
product_list.product_opt_title |
string |
商品选项标题 |
product_list.all_price |
string |
当个商品总总价格 |
product_list.product.id |
string |
商品ID |
product_list.product.product_name |
string |
商品名称 |
product_list.product.cover |
string |
商品封面 |
product_list.product.price |
string |
单个商品价格 |
备注:
作者:admin 创建时间:2024-11-27 12:16
最后编辑:admin 更新时间:2024-12-31 16:42