简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2023-03-10

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
page int 页码
pagesize int 条数
type int 发布类型,1=出售 2=求购
module int 模块
sort int 1=距离升序,2=距离降序,3=价格升序,4=价格降序
longitude string 经度【1,2要有此值】
latitude string 纬度【1,2要有此值】
distance int 距离多少米内,单位米,1公里=1000
describe string 描述

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "dp_id": 4,
                "module": "sharemechanic",
                "uid": 16,
                "type": 1,
                "price": 1000,
                "describe": "深圳市龙岗区双龙地铁站",
                "num": 9,
                "img_list": [
                    "http://wzb.com/uploads/case/2020-01-06/5e130ebc0347d.png",
                    "http://wzb.com/uploads/case/2020-01-06/5e130ebc0347d.png"
                ],
                "address": "深圳市龙岗区双龙地铁站",
                "status": 1,
                "created_at": "2023-03-08 15:06:10",
                "status_msg": "上架",
                "distance": "",
                "sale_nick": "157****8260",
                "sale_avatar": "http://wzb.com/uploads/avatar/avatar.jpg"
            },
        ],
        "page": 1,
        "pagesize": "10",
        "total": 4
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
dp_id int id
module string 模块
uid int 发布者uid
type int 发布类型,1=出售 2=求购
price string 价格
describe string 描述内容
num string 库存,默认0,1=出售使用
img_list array 图片数组
address string 地址
status string 状态【1=上架,2=下架】
status_msg string 状态提示
created_at string 发布时间
distance string 距离,有值直接显示
sale_nick string 发布者名称
sale_avatar string 发布者头像

备注:

作者:admin  创建时间:2023-03-10 11:01
 更新时间:2025-04-01 15:40
上一篇:
下一篇: