简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-08-24

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
module string 模块,例如:sharemechanic

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "shop_id": 5,
                "shop_name": "高老庄",
                "shop_area": "广东省深圳市龙岗区",
                "shop_address": "广东省深圳市龙岗区爱联小区",
                "shop_logo": "http://wzb.com/uploads/shop_logo/2020-08-07/5f2cf40657708.png",
                "shop_status": "运营中"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 2
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
shop_id int 记录id
shop_name int 店铺名称
shop_area string 店铺区域
shop_address string 店铺地址
shop_logo string 店铺封面
shop_status string 店铺状态

备注:

作者:admin  创建时间:2021-08-24 17:48
 更新时间:2025-04-01 15:40
上一篇:
下一篇: