简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": [
        {
            "id": 3,
            "shop_id": 5,
            "title": "标题A-3",
            "price": 100,
            "create_at": "2020-07-11 16:30:40",
            "shop_name": "高老庄",
            "shop_address": "广东省深圳市龙岗区爱联小区",
            "cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
            "module": "sharemechanic"
        },
    ]
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
id int 服务id
shop_id int 店铺id
title string 标题
price int 价格
create_at string 时间
shop_name string 店铺名称
shop_address string 店铺详情地址
cover string 封面
module string 店铺模块

备注:

作者:admin  创建时间:2024-08-10 02:22
最后编辑:admin  更新时间:2025-04-01 15:40