计算店铺购物车价格

POST {{base_url}}/cart/getShopCart

Header

参数名 类型 必需 描述 示例
Authorization string 1 bearer {{token}}

Body

参数名 类型 必需 描述 示例
shop_id string 1 5

返回示例

{
    "status": 200,
    "msg": "success",
    "data": {
        "goods_count": 7,
        "carts": [
            {
                "id": 177,
                "uid": 14,
                "shop_id": 1,
                "goods_id": 1,
                "goods_name": "香辣鸡翅",
                "goods_img": "http://chicken.com/uploads/goods/2020-04-15/5e96e85c35f1c.jpg",
                "goods_num": 1,
                "goods_price": "10.00",
                "goods_status": 1,
                "created_at": "2020-05-29 14:52:34",
                "updated_at": "2020-05-29 14:52:34"
            },
            {
                "id": 178,
                "uid": 14,
                "shop_id": 1,
                "goods_id": 2,
                "goods_name": "奥尔良鸡翅",
                "goods_img": "http://chicken.com/uploads/goods/2020-04-15/5e96e87b772cc.png",
                "goods_num": 4,
                "goods_price": "10.00",
                "goods_status": 1,
                "created_at": "2020-05-29 14:52:37",
                "updated_at": "2020-05-29 14:53:28"
            },
            {
                "id": 179,
                "uid": 14,
                "shop_id": 1,
                "goods_id": 4,
                "goods_name": "百事可乐",
                "goods_img": "http://chicken.com/uploads/goods/2020-04-17/5e99657739027.png",
                "goods_num": 2,
                "goods_price": "3.00",
                "goods_status": 1,
                "created_at": "2020-05-29 14:57:48",
                "updated_at": "2020-05-29 14:58:29"
            }
        ],
        "original_goods_money": "56.00",
        "goods_money": "46.00",
        "full_reduction": {
            "full_id": 4,
            "shop_id": 1,
            "shop_type": 1,
            "use_money": 20,
            "reduce_money": 10,
            "status": 1,
            "create_at": "2020-04-17 17:39:23",
            "update_at": 1587352468
        },
        "next_full_reduction": {
            "full_id": 6,
            "shop_id": 1,
            "shop_type": 1,
            "use_money": 60,
            "reduce_money": 15,
            "status": 1,
            "create_at": "2020-06-01 13:45:22",
            "update_at": 1587116402
        }
    }
}

返回参数

参数名 类型 描述
data.goods_count number 商品总计数量
data.carts array 购物车商品信息
data.original_goods_money string 商品总价
data.goods_money string 商品现价
data.full_reduction object 当前符合满减
data.next_full_reduction object 下一满减
data.full_reduction.use_money number 满多少金额
data.full_reduction.reduce_money number 减免金额
文档更新时间: 2020-06-13 15:26   作者:nianwang
上一篇:
下一篇: