文档
测试

房源-列表

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

请求头

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

请求参数

参数名
类型
描述
必填
user_id
String
用户ID
必填
source_type_id
String
房源类别ID
必填
title
String
标题
必填
page
int
页数,默认1
必填
limit
int
条数,默认10
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
house_list
list
房源列表
必填
id
string
房源ID
必填
show_photo
string
封面图片
必填
title
string
标题
必填
location
string
位置
必填
price
string
价格
必填
price_unit
String
价格单位
必填
area
string
面积
必填
area_unit
String
面积单位
必填
create_time
string
发布时间
必填
type_list
list
房源类别列表
必填
id
string
房源类别ID
必填
type_name
string
房源类别名称
必填

说明 / 示例

{ "code": 1, "errors": {}, "msg": "操作成功", "result": { "house_list": [ { "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": "", "price": "5000元/月", "show_photo": "/test.png", "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": 0, "concat_phone": "", "status": 2 } ], "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" } ] } }