租房服务-租房数据格式文档
类目type
key | 说明 | define |
---|---|---|
type | 类型编号 | 11035 |
搜索模式
1. 租房服务
搜索词示例: 天河租房
意图字段
key | 类型 | 示例 |
---|---|---|
keyword | string | 南山 |
type | number | 1 |
gps_province | string | 广东省 |
gps_city | string | 深圳市 |
gps_district | string | 南山区 |
city | string | 深圳市 |
意图数据
{"type":11035,"slot_list":[{"key": "keyword", "value": "南山"}, {"key": "type", "value": "1"}, {"key": "gps_province", "value": "广东省"}, {"key": "gps_city", "value": "深圳市"}, {"key":"gps_district", "value": "南山区"}, {"key": "city", "value": "深圳市"}]}
数据字段
key | 类型 | 含义 | 说明 |
---|---|---|---|
err_code | integer | 返回值 | 0代表正确,非0代表错误 请按如下规范返回错误码并且前端显示提示语: -1: 无结果 -2: 参数不对 -3: 系统错误 |
err_msg | string | 提示信息 | 针对于返回码的描述信息 |
item_list | array | 房屋类型列表 | 房屋类型列表 |
item_list.type | string | 房屋类型 | 整租房源 |
item_list.description | string | 描述 | 4257间在租 或者 其它描述 |
item_list.addition | string | 附加信息 | 260元/月起 |
item_list.jump_url | string | 跳转路径 | 跳转路径 |
item_list.img_url | string | 封面 | |
item_list.title | string | 标题 | 房源标题 |
item_list.address | string | 地址 | 海珠区新港中路397号 |
item_list.price | string | 租金 | 5000元-6000元 |
more_description | string | 底部更多描述 | 底部更多描述 |
jump_more | string | 更多跳转路径 | 更多跳转路径 |
基于不同的搜索模式与自定义模板,开发者实际需要返回的数据字段为本文档所罗列的数据字段的子集。本文档仅做参考,开发者可在选择模板后,在微信公众平台下载相应的接口协议文档。详情见开发后台接口。