简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2022-05-10

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
module string 模块

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "添加成功",
    "data": [
        {
            "shop_id": 2,
            "shop_logo": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
            "shop_name": "15768868260",
            "goods_list": [
                {
                    "cart_id": 5,
                    "goods_id": 12,
                    "uid": 8,
                    "num": 2,
                    "title": "宿舍木门",
                    "cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                    "price": "100.00",
                    "discount_price": 900,
                    "status": 1
                },
            ]
        },
        {
            "shop_id": 1,
            "shop_logo": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
            "shop_name": "15768868260",
            "goods_list": [
                {
                    "cart_id": 9,
                    "goods_id": 15,
                    "uid": 8,
                    "num": 1,
                    "title": "宿舍木门",
                    "cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                    "price": "1000.00",
                    "discount_price": 900,
                    "status": 1
                },
            ]
        }
    ]
}

失败时返回:

{
    "status": 0,
    "msg": "更新失败"
}

返回参数说明:

参数名 类型 说明
shop_id int 店铺id
shop_logo string 店铺logo
shop_name string 店铺名称
goods_list.cart_id int 购物车id
goods_list.goods_id int 购物车商品id
goods_list.uid int 购物车用户uid
goods_list.num string 购物车商品数量
goods_list.title string 商品标题
goods_list.cover string 商品封面
goods_list.price string 商品价格
goods_list.discount_price string 会员卡价格
goods_list.status int 商品状态【1=上架,2=下架】,下架的商品,前端要禁用,不用操作,也不能下单

备注:

作者:admin  创建时间:2022-05-10 14:13
 更新时间:2025-04-01 15:40
上一篇:
下一篇: