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/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/currency/get ;
Exceptionpublic GetCurrencyResp get(GetCurrencyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/currency/get ;
Exceptionpublic ListCurrencyResp list(ListCurrencyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/currency/list ;
Exceptionpublic ListCurrencyResp list(ListCurrencyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/currency/list ;
ExceptionCopyright © 2024. All rights reserved.