user_house
向用户推荐房源
URL
http://api.butler.tops001.com/v1.0/user_house/history/
parameter
无
return
| Code | 说明 |
|---|---|
| 0 | 无异常 |
| 其他 | 请对照异常表 |
return Data
| items | 说明 |
|---|---|
| house_uid | 房源的UUid |
| RoomFullName | 房屋的详细名 |
| District | 房源的所在区 |
| Address | 房源的地址 |
| Image | 房源的图片 |
| VillageName | 小区名 |
| HouseType | 房源类型 |
| SaleAmount | 房源售价 |
Example
http://api.butler.tops001.com/v1.0/user_house/history/?accessToken=5430d404-5111-11e5-ae8e-ecf4bbbf37f0
Return Example
{
"ServerTime": "2015-10-09 15:29:09",
"Message": "",
"Code": 0,
"Data": {
"items":[
"house_uid": "7e2b0244-6721-11e5-8498-fcaa14d1bbc1",
"RoomFullName": "1幢8单元16层819室",
"District": "江干区",
"Address": "详细地址802",
"Image": "http://tse2.mm.bing.net/th?id=OIP.M882af1976e961b89fb598981d9c89d80o2&w=204&h=143&c=7&rs=1&qlt=90&o=4&pid=1.1",
"VillageName": "小区30",
"HouseType": "鬼屋",
"SaleAmount": "77.02万元"
]
}
}