简要描述:

接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
dp_id int id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "info": {
            "dp_id": 1,
            "module": "sharedrooms",
            "uid": 16,
            "type": 1,
            "price": 1000,
            "describe": "深圳市龙岗区爱联地铁站A出口",
            "img_list": [
                "http://wzb.com/uploads/case/2020-01-06/5e130ebc0347d.png"
            ],
            "num": 9,
            "address": "深圳市龙岗区爱联地铁站",
            "status": 1,
            "created_at": "2023-03-08 14:55:20",
            "status_msg": "上架",
            "sale_nick": "157****8260",
            "sale_avatar": "http://wzb.com/uploads/avatar/avatar.jpg"
        },
        "list": [
            {
                "dp_id": 4,
                "module": "sharemechanic",
                "uid": 16,
                "type": 1,
                "price": 1000,
                "describe": "深圳市龙岗区双龙地铁站",
                "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": "上架",
                "sale_nick": "157****8260",
                "sale_avatar": "http://wzb.com/uploads/avatar/avatar.jpg"
            },
        ]
    }
}

错误时返回:

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

info返回参数说明:

参数名 类型 说明
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 发布时间
sale_nick string 发布者名称
sale_avatar string 发布者头像

list返回参数说明:

参数名 类型 说明
dp_id int id
module string 模块
uid int 发布者uid
type int 发布类型,1=出售 2=求购
price string 价格
describe string 描述内容
img_list array 图片数组
address string 地址
status string 状态【1=上架,2=下架】
status_msg string 状态提示
created_at string 发布时间
sale_nick string 发布者名称
sale_avatar string 发布者头像

备注:

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