简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
module string 模块
title string 标题
price string 价格
cate_id int 分类id
house_type string 房子类型
house_introduction string 房子介绍
developers string 开发商信息
property_address string 楼盘地址
longitude string 楼盘经度
latitude string 楼盘纬度
sale_status string 销售状态
sale_address string 售楼地址
phone string 手机号
traffic string 交通
shopping_mall string 综合商场
hospital string 医院
internal_facilities string 内部设施
area_covered string 占地面积
property_company string 物业公司
property_costs string 物业费用
cover string 封面
imgs string 图片列表,例如 ["service/2020/07/11/5f09722c95323.png","service/2020/07/11/5f09722c95323.png"]

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "发布成功",
    "data": []
}

错误时返回:

{
    "status": 0,
    "msg": "提交失败"
}

返回参数说明:

参数名 类型 说明

备注:

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