简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2024-11-27

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 凭证

请求参数:

参数名 是否必须 类型 说明
lng string 经度
lat 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",
            "mobile": "13113690002",
            "address": "广东省深圳市龙岗区深圳北站站""lng": "114.035734",
            "lat": "22.616197",
            "distance": "1.45km"
        },
        "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": {
                    "cart_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,
        "shipping_fee": 10
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "验证码错误"
}

返回参数说明:

参数名 类型 说明
store_id string 门店ID
product_all_price string 支付总价格
shipping_fee 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 14:59
最后编辑:admin  更新时间:2024-12-31 16:42
上一篇:
下一篇: