简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-11-13

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
page string 页面
pagesize string 条数
module string 模块【只有技工类,门店类和共享客房类】

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "id": 5,
                "title": "标题A-4-1",
                "cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                "create_at": "2020-07-11 16:46:15",
                "shop_id": 5,
                "shop_name": "高老庄",
                "shop_logo": "http://wzb.com/uploads/shop_logo/2020-08-07/5f2cf40657708.png",
                "module": "sharemechanic"
            }
        ],
        "page": 1,
        "pagesize": "1",
        "total": 4
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
id string 商品id/服务id
title string 标题
cover string 封面
create_at string 时间
shop_id string 店铺id
shop_name string 店铺名称
shop_logo string 店铺封面
module string 模块

备注:

作者:admin  创建时间:2021-11-13 16:58
 更新时间:2025-04-01 15:40
上一篇:
下一篇: