public class Currency extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCurrencyResp |
get(GetCurrencyReq req)
查询单个货币信息,查询单个货币信息。
|
GetCurrencyResp |
get(GetCurrencyReq req,
RequestOptions reqOptions)
查询单个货币信息,查询单个货币信息。
|
ListCurrencyResp |
list(ListCurrencyReq req)
批量查询货币信息,批量查询货币信息。
|
ListCurrencyResp |
list(ListCurrencyReq req,
RequestOptions reqOptions)
批量查询货币信息,批量查询货币信息。
|
public Currency(Config config)
public GetCurrencyResp get(GetCurrencyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=corehr&resource=currency&version=v1 ;
Exceptionpublic GetCurrencyResp get(GetCurrencyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=corehr&resource=currency&version=v1 ;
Exceptionpublic ListCurrencyResp list(ListCurrencyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=corehr&resource=currency&version=v1 ;
Exceptionpublic ListCurrencyResp list(ListCurrencyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=corehr&resource=currency&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.