简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-08-15

请求URL:

请求方式:

  • GET

请求头:

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

参数:

参数名 是否必须 类型 说明
module string 模块
page int 页码
pagesize int 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "发布成功",
    "data": {
        "list": [
            {
                "id": 5,
                "uid": 16,
                "shop_id": 1,
                "title": "桔社公寓 1室1厅1卫",
                "old_price": "1000.00",
                "price": "1000.00",
                "icon_ids": "1,2,3,4,5",
                "cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                "imgs": [
                    "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                    "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png"
                ],
                "room": 1,
                "hall": 1,
                "bathroom": 1,
                "status": 1,
                "area": 30,
                "floor": 0,
                "orientation": "南",
                "phone": "13113690000",
                "create_at": "2020-08-15 11:44:50",
                "is_recommend": 0
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 5
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
id int id
uid int uid
shop_id int 店铺id
title string 标题
price string 价格
icon_ids string 选项id,例如:1,2,3
cover string 封面
imgs string 图片列表,例如 ["service/2020/07/11/5f09722c95323.png","service/2020/07/11/5f09722c95323.png"]
room string
hall string
bathroom string
status string 状态【1=上架,2=下架】
area string 面积
floor string 楼层
orientation string 朝向
phone string 手机号
create_at string 创建时间
is_recommend string 是否推荐【0=否,1=是】

备注:

作者:admin  创建时间:2020-08-15 12:01
 更新时间:2025-04-01 15:40