简要描述:

接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

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

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "dp_id": 5,
        "module": "sharemechanic",
        "uid": 16,
        "type": 2,
        "price": 1500,
        "describe": "深圳市龙岗区双龙地铁站",
        "img_list": [
            "http://wzb.com/uploads/case/2020-01-06/5e130ebc0347d.png",
            "http://wzb.com/uploads/case/2020-01-06/5e130ebc0347d.png"
        ],
        "num": 0,
        "phone": "1311369000",
        "address": "深圳市龙岗区双龙地铁站",
        "status": 1,
        "created_at": "2023-03-08 15:06:16",
        "status_msg": "上架"
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
dp_id int id
module string 模块,mechanic=技工案例
uid int 发布者uid
type int 发布类型,1=出售 2=求购
price string 价格
describe string 描述内容
address string 地址
num string 库存,默认0,1=出售使用
img_list array 图片数组
status string 状态【1=上架,2=下架,3=审核中,4=审核失败,5=后台下架】
remark string 备注提示
status_msg string 状态提示
created_at string 发布时间

备注:

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