猎头查询-猎头查询数据格式文档

类目type

key 说明 define
type 类型编号 15023

搜索模式

1. 地区+猎头

搜索词示例: 广州猎头

意图字段

key 类型 示例
gps_city string 广州市
gps_district string 海珠区
city string 广州市

意图数据

{ "type":15023, "slot_list":[{ "key":"gps_city", "value":"广州市" }, { "key":"gps_district", "value":"海珠区" }, { "key":"city", "value":"广州市" }, { "key":"district", "value":"海珠区" } ] }

2. 地区+行业+猎头

搜索词示例: 广州互联网猎头

意图字段

key 类型 示例
keyword string 互联网

意图数据

{ "type":15023, "slot_list":[{ "key":"gps_city", "value":"广州市" }, { "key":"gps_district", "value":"海珠区" }, { "key":"city", "value":"广州市" }, { "key":"district", "value":"海珠区" }, {"key":"keyword", "value":"互联网"} ] }

数据字段

key 类型 含义 说明
err_code integer 返回值 0代表正确,非0代表错误
请按如下规范返回错误码并且前端显示提示语:
-1: 无结果 -2: 参数不对 -3: 系统错误
err_msg string 提示信息 针对于返回码的描述信息
jump_url string 跳转路径 点击widget的跳转路径
list array 列表 列表
list.company string 公司名 XX有限公司
list.contact string 联系方式 010-12345
list.description string 描述 4.5/5.0
list.jump_url string 跳转路径 /pages/index/index
more_description string 更多描述 查看更多
jump_more string 跳转更多 /pages/more/more

基于不同的搜索模式与自定义模板,开发者实际需要返回的数据字段为本文档所罗列的数据字段的子集。本文档仅做参考,开发者可在选择模板后,在微信公众平台下载相应的接口协议文档。详情见开发后台接口