简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-09-03

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
module string 模块
area string 地区【龙岗区】
page int 页码
pagesize int 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "shop_id": 5,
                "shop_name": "高老庄",
                "shop_logo": "http://wzb.com/uploads/shop_logo/2020-08-07/5f2cf40657708.png",
                "shop_describe": "《高老庄》是中国当代现实主义作家贾平凹的长篇小说之一",
                "star": "5.0",
                "shop_area": "广东省深圳市龙岗区",
                "shop_address": "广东省深圳市龙岗区爱联小区",
                "shop_longitude": "114.243548",
                "shop_latitude": "22.703127",
                "module": "sharemechanic",
                "good": 100
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 2
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
shop_id int 店铺id
shop_name string 店铺名称
shop_logo string 店铺logo
shop_describe string 店铺简介
star string 星级
shop_area string 店铺地区
shop_address string 店铺详情地址
shop_longitude string 店铺经度
shop_latitude string 店铺纬度
module string 店铺模块
good int 好评

备注:

作者:admin  创建时间:2020-09-03 09:45
 更新时间:2025-04-01 15:40