简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2024-11-27 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page | 是 | string | 页码 |
pagesize | 是 | string | 条数 |
status | 否 | string | 状态【-1=全部,0=待支付,1=待发货,2=待收货,3=待评价,4=售后】 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "ok",
"data": {
"list": [
{
"order_id": 12,
"order_num": "202411271839263917885515",
"store_id": 9,
"total_amount": 1743,
"status": 0,
"status_msg": "待支付",
"goods_num": 2,
"goods_json": {
"store": {
"id": 9,
"lat": "22.616197",
"lng": "114.035734",
"logo": "http://cms5v.com/uploads/stores/2024/11/20/673d8842d8111.png",
"mobile": "13113690002",
"address": "广东省深圳市龙岗区深圳北站站",
"store_name": "5号乐馆-深圳北站店"
},
"store_id": 9,
"product_list": [
{
"number": 1,
"cart_id": 25,
"product": {
"id": 4,
"cover": "http://cms5v.com/uploads/cover/2024/11/22/673ffe118bb3d.png",
"price": 799,
"stock": 985,
"cate_id": 6,
"product_name": "雅马哈(YAMAHA)F310NT 原声款 云杉木初学者入门"
},
"store_id": 9,
"all_price": 894,
"product_id": 4,
"product_opt_ids": "1,3,10",
"product_opt_list": [
{
"id": 1,
"price": 10,
"stock": 86,
"title": "普通款"
},
{
"id": 3,
"price": 30,
"stock": 86,
"title": "加厚款"
},
{
"id": 10,
"price": 55,
"stock": 9998,
"title": "1 - 6 弦"
}
],
"product_opt_title": "普通款,加厚款,1 - 6 弦"
},
{
"number": 1,
"cart_id": 24,
"product": {
"id": 4,
"cover": "http://cms5v.com/uploads/cover/2024/11/22/673ffe118bb3d.png",
"price": 799,
"stock": 985,
"cate_id": 6,
"product_name": "雅马哈(YAMAHA)F310NT 原声款 云杉木初学者入门"
},
"store_id": 9,
"all_price": 839,
"product_id": 4,
"product_opt_ids": "1,3",
"product_opt_list": [
{
"id": 1,
"price": 10,
"stock": 86,
"title": "普通款"
},
{
"id": 3,
"price": 30,
"stock": 86,
"title": "加厚款"
}
],
"product_opt_title": "普通款,加厚款"
}
]
}
}
],
"page": 1,
"pagesize": 1,
"total": 12
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "验证码错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
order_id | string | 订单ID |
order_num | string | 订单号 |
store_id | string | 门店ID |
total_amount | string | 实付款 |
goods_num | string | 商品数量 |
status_msg | string | 订单状态提示 |
status | string | 状态 0=待支付,1=待发货,2=待收货,3=待评价,4=订单完成,5=支付失败,6=取消支付,7=退款中,8=已退款 |
goods_json.store_id | string | 门店ID |
goods_json.product_all_price | string | 支付总价格 |
goods_json.shipping_fee | string | 运费 |
goods_json.store.id | string | 门店ID |
goods_json.store.store_name | string | 门店名称 |
goods_json.store.logo | string | 门店logo |
goods_json.store.mobile | string | 门店电话 |
goods_json.store.address | string | 门店地址 |
goods_json.store.lng | string | 门店经度 |
goods_json.store.lat | string | 门店纬度 |
goods_json.store.distance | string | 距离 |
goods_json.product_list.id | string | 购物车ID |
goods_json.product_list.product_id | string | 商品ID |
goods_json.product_list.product_opt_ids | string | 商品选项ID |
goods_json.product_list.store_id | string | 门店ID |
goods_json.product_list.number | string | 购物车数量 |
goods_json.product_list.product_opt_title | string | 商品选项标题 |
goods_json.product_list.all_price | string | 当个商品总总价格 |
goods_json.product_list.product.id | string | 商品ID |
goods_json.product_list.product.product_name | string | 商品名称 |
goods_json.product_list.product.cover | string | 商品封面 |
goods_json.product_list.product.price | string | 单个商品价格 |
备注:
- 无
作者:admin 创建时间:2024-11-27 18:55
最后编辑:admin 更新时间:2024-12-31 16:42
最后编辑:admin 更新时间:2024-12-31 16:42