文档
测试

获取收藏列表

GET
https://xxxx/v1/house/collection

请求参数

参数名
类型
描述
必填
type
int
1-租赁 2-销售
必填
page
int
页数
可选
size
int
页码
可选

响应参数

参数名
类型
描述
必填
code
必填
msg
必填
data
array
type=1时,与租赁搜索返回结构相同
必填
house_id
int
房屋ID
必填
house_no
string
房屋编号
必填
title
string
房屋名
必填
addr
string
房屋地址
必填
settlement
int
结算方式
必填
amount
string
房产价值
必填
rent_price
string
租金
必填
cover
string
房屋封面图
必填
bed_rooms
int
房屋卧室数
必填
shower_rooms
int
房屋卫生间数
必填
reception_rooms
int
房屋客厅数
必填
state
int
租赁状态
必填
data
array
type=2时,与竞拍搜索返回结构相同
必填
house_id
int
房屋ID
必填
house_no
string
房屋编号
必填
title
string
房屋名
必填
addr
string
房屋地址
必填
legal_currency
string
房屋货币单位
必填
legal_amount
string
房屋价值金额
必填
cover
string
房屋封面图
必填
bed_rooms
int
房屋卧室数
必填
shower_rooms
int
房屋卫生间数
必填
reception_rooms
int
房屋客厅数
必填
state
int
竞拍状态
必填