文档
测试

房源-详情

POST
http://yun-pay.hs499.com/app/localLife/house/detail

请求头

参数名
类型
描述
必填
sign
String
验证签名,防止参数篡改,测试可以不填
必填

请求参数

参数名
类型
描述
必填
user_id
String
用户ID
必填
house_id
String
房源ID
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
house_detail
object
房源详情
必填
photos
string
照片 多张逗号分割
必填
title
string
标题
必填
price
string
价格
必填
price_unit
string
价格单位
必填
area
string
面积
必填
area_unit
String
面积单位
必填
update_time
string
更新实际
必填
views_num
string
浏览次数
必填
renovation
string
装修
必填
floor
string
楼层
必填
type
string
类型
必填
have_lift
string
是否有电梯
必填
house_type
string
房型
必填
detail_explain
string
详细说明
必填
contact_name
string
联系人姓名
必填
contact_phone
string
联系人电话
必填
type_list
list
房源类别列表
必填
id
string
房源类别ID
必填
type_name
string
房源类别名称
必填

说明 / 示例

{ "code": 1, "errors": {}, "msg": "操作成功", "result": { "type_list": [ { "type_name": "新房", "img_path": "", "type_kind": 2, "id": "0fcfc7604f8941e8848cc0422a0f122d", "sort": 1, "is_show": 1, "oem_id": "5988" }, { "type_name": "二手房", "img_path": "", "type_kind": 2, "id": "7b992921e7904484853f591a1cd3936a", "sort": 2, "is_show": 1, "oem_id": "5988" }, { "type_name": "租房", "img_path": "", "type_kind": 2, "id": "bf4f68fc7b044faca4c82d26310d3d1b", "sort": 3, "is_show": 1, "oem_id": "5988" }, { "type_name": "厂房", "img_path": "", "type_kind": 2, "id": "cb522ee702f2454a8f060578e0c8b484", "sort": 4, "is_show": 1, "oem_id": "5988" }, { "type_name": "个人住宅", "img_path": "", "type_kind": 2, "id": "cabff9b618af4aec8b1e4e1c8bcabbd4", "sort": 5, "is_show": 1, "oem_id": "5988" }, { "type_name": "整租", "img_path": "", "type_kind": 2, "id": "37eb376dd3a24217ac4d31488f6da6eb", "sort": 6, "is_show": 1, "oem_id": "5988" }, { "type_name": "合租", "img_path": "", "type_kind": 2, "id": "ff893965084b43daac0ace001448c7e0", "sort": 7, "is_show": 1, "oem_id": "5988" }, { "type_name": "写字楼", "img_path": "", "type_kind": 2, "id": "0b949b60cbf9471296429c460b3ddb4a", "sort": 8, "is_show": 1, "oem_id": "5988" }, { "type_name": "店铺转让", "img_path": "", "type_kind": 2, "id": "5e0741cf0c1a47909250fe098746386a", "sort": 9, "is_show": 1, "oem_id": "5988" } ], "house_detail": { "renovation": "精装修", "have_lift": "有", "detail_explain": "1.地段好,交通方便,地推5号线 2.干净整洁", "source_type_id": "0fcfc7604f8941e8848cc0422a0f122d", "source_type_name": "新房", "title": "新房出租,全新装修", "type": "普通住宅", "share_hb_amount": 0, "photos": "/test.png", "update_time": "2021-06-05 18:10:09", "price": "5000元/月", "id": "d4d910a182114504ad9b930b8181cafc", "house_type": "三室一厅", "floor": "20层", "share_num": 0, "area": "120㎡", "create_time": "2021-06-05 18:10:09", "reject_reason": "", "pay_time": "", "look_time": "随时看房", "share_hb_num": 0, "concat_name": "", "user_id": "00cf2bd018c143f9855878049796226f", "location": "长沙市雨花区德思勤狗屎小区", "views_num": 1, "concat_phone": "", "status": 2 } } }