简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
module string 模块
cate_id int 分类id
title string 标题
icon_ids string 选项id,例如:1,2,3
cover string 封面
imgs string 图片列表,例如 ["service/2020/07/11/5f09722c95323.png","service/2020/07/11/5f09722c95323.png"]
price string 价格
area string 面积
floor string 楼层
orientation string 朝向
room string
hall string
bathroom string
phone string 手机号
address string 出租地址
longitude string 出租经度
latitude string 出租纬度

返回示例:

正确时返回:

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

错误时返回:

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

返回参数说明:

参数名 类型 说明

备注:

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