简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-11-23
1.0.1 kevin 2022-10-15 增加会员卡折扣价

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
module string 显示模块,请查看模块参数
shop_id int 店铺id
page int 页码
pagesize int 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "goods_id": 15,
                "title": "宿舍木门",
                "cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                "price": "1000.00",
                "discount_price": 900,
                "buy": 0,
                "good": 100
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 8
    }
}

错误时返回:

{
    "status": 0,
    "msg": "参数错误"
}

返回参数说明:

参数名 类型 说明
goods_id int 商品id
title string 标题
imgs string 图片路径
price string 价格
discount_price string 会员折扣价格
buy string 已销售数
good string 好评

备注:

作者:admin  创建时间:2020-11-23 15:37
 更新时间:2025-04-01 15:40
上一篇:
下一篇: