简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2024-08-14

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
module string 授权
page string 页码
pagesize string 条数
longitude string 经度
latitude string 纬度

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "shop_id": 2,
                "shop_name": "吉祥店",
                "shop_logo": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                "shop_address": "广东省深圳市龙岗区爱联小区",
                "distance": "282m",
                "module": "unionshopmulti",
                "shop_class_arr": [
                    "木门"
                ],
                "service_all_num": 4,
                "service_list": [
                    {
                        "goods_id": 16,
                        "title": "宿舍木门",
                        "cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                        "price": 1000,
                        "discount_price": 900,
                        "buy": 17
                    },
                    {
                        "goods_id": 12,
                        "title": "宿舍木门",
                        "cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                        "price": 100,
                        "discount_price": 0,
                        "buy": 5
                    }
                ]
            },
        ],
        "page": 1,
        "pagesize": "10",
        "total": 2
    }
}

错误时返回:

{
    "status": 0,
    "msg": "token 错误",
}

返回参数说明:

参数名 类型 说明
shop_id int 门店店铺ID
shop_name string 门店店铺名称
shop_logo string 门店店铺logo
shop_address string 门店店铺地址
distance string 门店店铺距离
module string 模块
shop_class_arr array 门店店铺分类
service_all_num int 门店商品总数量
service_list.goods_id int 门店商品ID
service_list.title string 标题
service_list.cover string 封面
service_list.price int 价格
service_list.discount_price int 折扣价
service_list.buy int 已售

备注:

作者:admin  创建时间:2024-08-14 18:43
最后编辑:admin  更新时间:2025-04-01 15:40