public class Location extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListLocationResp |
list(ListLocationReq req)
获取地址列表,获取地址列表,可查询到的信息包括地址与地点信息,可应用在职位地点、面试地点、人才意向工作城市等场景。
|
ListLocationResp |
list(ListLocationReq req,
RequestOptions reqOptions)
获取地址列表,获取地址列表,可查询到的信息包括地址与地点信息,可应用在职位地点、面试地点、人才意向工作城市等场景。
|
QueryLocationResp |
query(QueryLocationReq req)
查询地点列表,根据地点类型和地点码查询地点列表,获取地点名称信息。
|
QueryLocationResp |
query(QueryLocationReq req,
RequestOptions reqOptions)
查询地点列表,根据地点类型和地点码查询地点列表,获取地点名称信息。
|
public Location(Config config)
public ListLocationResp list(ListLocationReq req, RequestOptions reqOptions) throws Exception
## 名词解释;地点和地址的描述如下:;- 地点:行政区域划分,如 「中国大陆」、「四川省」、「成都市」、「高新区」;;- 地址:具体地理位置,包括职位地址、面试地址、门店地址,如:「中国四川省成都市成华区熊猫大道 1375 号」 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=location&version=v1 ;
Exceptionpublic ListLocationResp list(ListLocationReq req) throws Exception
## 名词解释;地点和地址的描述如下:;- 地点:行政区域划分,如 「中国大陆」、「四川省」、「成都市」、「高新区」;;- 地址:具体地理位置,包括职位地址、面试地址、门店地址,如:「中国四川省成都市成华区熊猫大道 1375 号」 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=location&version=v1 ;
Exceptionpublic QueryLocationResp query(QueryLocationReq req, RequestOptions reqOptions) throws Exception
## 名词解释;;地点:行政区域划分,如 「中国大陆」、「四川省」、「成都市」、「高新区」;;地址:分为职位地址与面试地址,如:「中国四川省成都市成华区熊猫大道1375号」 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=hire&resource=location&version=v1 ;
Exceptionpublic QueryLocationResp query(QueryLocationReq req) throws Exception
## 名词解释;;地点:行政区域划分,如 「中国大陆」、「四川省」、「成都市」、「高新区」;;地址:分为职位地址与面试地址,如:「中国四川省成都市成华区熊猫大道1375号」 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=hire&resource=location&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.