简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-11-23

请求URL:

请求方式:

  • GET

请求头:

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

参数:

参数名 是否必须 类型 说明
module string 模块
page int 页码
pagesize int 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "id": 15,
                "uid": 16,
                "shop_id": 2,
                "title": "宿舍木门",
                "cate_id": "7",
                "small_title": "宿舍木门",
                "content": "木门介绍\n木门名称\n木门内容描述多长都可以没有限制的",
                "imgs": [
                    "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                    "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png"
                ],
                "cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                "price": "1000.00",
                "old_price": "2000.00",
                "discount_price": 900,
                "status": 1,
                "is_open_custom": 2,
                "start_up_cost": "0.00",
                "is_open_make_up_collage": 1,
                "number_of_collage": 2,
                "price_of_collage": "80.00",
                "create_at": "2020-11-23 14:52:19",
                "cate_name": "木门"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 9
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
discount_price int 会员折扣价

备注:

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