简要描述:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 1.0.0 | kevin | 2020-08-21 |
请求URL:
请求方式:
- GET
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| token | 否 | string | token参数 |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| module | 是 | string | 模块 |
| id | 是 | int | 房屋出售id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"id": 2,
"uid": 16,
"shop_id": 1,
"title": "新公寓,新艳遇",
"price": "10000.00",
"cate_id": 1,
"house_type": "普通住宅",
"house_introduction": "新公寓,新艳遇",
"developers": "kevin",
"property_address": "广东省深圳市龙岗区龙岗公寓",
"longitude": "114.247582",
"latitude": "22.701276",
"sale_status": 1,
"sale_address": "广东省深圳市龙岗区龙岗公寓",
"phone": "",
"traffic": "1号线,5号线",
"shopping_mall": "龙岗超市",
"hospital": "深圳人民医院",
"internal_facilities": "内部设施齐全",
"area_covered": "100.00m²",
"property_company": "龙岗物业公司",
"property_costs": "10000.00",
"create_at": "2020-08-18 16:50:52",
"update_at": 1597740652,
"status": 1,
"view_phone_status": false,
"cate_name": "住宅",
"cover_view": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
"imgs_view": [
"http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
"http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png"
],
"collection_shop_status": true
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | int | id |
| uid | int | uid |
| shop_id | int | 店铺id |
| 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 | 物业费用 |
| create_at | string | 发布时间 |
| status | string | 状态【1=上架,2=下架】 |
| view_phone_status | bool | true=已购买查看手机,false=未购买 |
| cate_name | string | 分类名称 |
| cover_view | string | 封面 |
| imgs_view | array | 图片列表 |
| collection_shop_status | bool | 店铺收藏 【true=已收藏,false=未收藏】 |
备注:
- 无
作者:admin 创建时间:2020-08-21 18:16
更新时间:2025-04-10 15:43
更新时间:2025-04-10 15:43