Fake_match
根据用户需求匹配10套房源(假)
URL
http://api.butler.tops001.com/v1.0/fake_match/house/top10/
parameter
| 参数 |
说明 |
可空 |
| user_uid |
用户的UUid |
否 |
return
return Data
| items |
说明 |
| District |
小区区域 |
| Area |
房源面积 |
| CityName |
城市名字 |
| Contractor |
签约人 |
| HouseAge |
房龄 |
| HouseUid |
房源的UUid |
| CommissionPerc |
佣金分成 |
| OwnerName |
房主名 |
| TotalFloor |
楼高 |
| Address |
详细地址 |
| Lat |
小区经度 |
| VillageName |
小区名 |
| STCWY |
房源描述,X室X厅X厨X卫X阳台 |
| RoomFullName |
房源详细地址名,X幢X单元X层X室 |
| MatchDegree |
匹配度 |
| HouseLabels |
房屋标签 |
| HouseType |
房屋类型 |
| SaleAmount |
售价 |
| BrokerName |
经纪人名 |
| PropertyType |
物业属性 |
| Lng |
纬度 |
| OwnerPhone |
房主电话 |
Example
http://api.butler.tops001.com/v1.0/match/house/top10/?accessToken=5430d404-5111-11e5-ae8e-ecf4bbbf37f0&&Data={"user_uid": "a23ba0c1-cd71-4874-af8d-e2dd391e3477"}
Return Example
{
"ServerTime": "2015-09-25 15:13:30",
"Message": "",
"Code": 0,
"Data": {
"items": [
{
"District": "余杭区",
"Area": 91.99,
"CityName": "杭州",
"Contractor": "产权人",
"HouseAge": 4,
"HouseUid": "04dffb7c-6002-11e5-84ed-fcaa14d1bbc1",
"CommissionPerc": "七三",
"OwnerName": "王川",
"TotalFloor": 9,
"Address": "详细地址73",
"Lat": "120.079423409",
"VillageName": "小区756",
"STCWY": "1室3厅0厨2卫3阳台",
"RoomFullName": "9幢16单元5层169室",
"MatchDegree": "65%",
"HouseLabels": "冬凉夏暖",
"HouseType": "鬼屋",
"SaleAmount": 89.8,
"BrokerName": "花千骨",
"PropertyType": "商铺",
"Lng": "30.4813105686",
"OwnerPhone": "19323528967"
},
...
]
}
}
根据用户需求匹配所有房源排序(假)
URL
http://api.butler.tops001.com/v1.0/fake_match/house/all/
parameter
| 参数 |
说明 |
可空 |
| user_uid |
用户的UUid |
否 |
| pagesize |
页面大小 |
| pagenumber |
页码 |
return
return Data
| items |
说明 |
| District |
小区区域 |
| Area |
房源面积 |
| CityName |
城市名字 |
| Contractor |
签约人 |
| HouseAge |
房龄 |
| HouseUid |
房源的UUid |
| CommissionPerc |
佣金分成 |
| OwnerName |
房主名 |
| TotalFloor |
楼高 |
| Address |
详细地址 |
| Lat |
小区经度 |
| VillageName |
小区名 |
| STCWY |
房源描述,X室X厅X厨X卫X阳台 |
| RoomFullName |
房源详细地址名,X幢X单元X层X室 |
| MatchDegree |
匹配度 |
| HouseLabels |
房屋标签 |
| HouseType |
房屋类型 |
| SaleAmount |
售价 |
| BrokerName |
经纪人名 |
| PropertyType |
物业属性 |
| Lng |
纬度 |
| OwnerPhone |
房主电话 |
Example
http://api.butler.tops001.com/v1.0/match/house/all/?accessToken=5430d404-5111-11e5-ae8e-ecf4bbbf37f0&&Data={"user_uid": "a23ba0c1-cd71-4874-af8d-e2dd391e3477", "pagenumber": "1", "pagesize": "5"}
Return Example
{
"ServerTime": "2015-09-25 15:13:31",
"Message": "",
"Code": 0,
"Data": {
"items": [
{
"District": "余杭区",
"Area": 91.99,
"CityName": "杭州",
"Contractor": "产权人",
"HouseAge": 4,
"HouseUid": "04dffb7c-6002-11e5-84ed-fcaa14d1bbc1",
"CommissionPerc": "七三",
"OwnerName": "王川",
"TotalFloor": 9,
"Address": "详细地址73",
"Lat": "120.079423409",
"VillageName": "小区756",
"STCWY": "1室3厅0厨2卫3阳台",
"RoomFullName": "9幢16单元5层169室",
"MatchDegree": "98%",
"HouseLabels": "冬凉夏暖",
"HouseType": "鬼屋",
"SaleAmount": 89.8,
"BrokerName": "花千骨",
"PropertyType": "商铺",
"Lng": "30.4813105686",
"OwnerPhone": "19323528967"
},
....
]
}
}