public class Attachment extends Object
| 构造器和说明 |
|---|
Attachment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetAttachmentResp |
get(GetAttachmentReq req)
下载人员的附件,根据文件 token 下载文件。
|
GetAttachmentResp |
get(GetAttachmentReq req,
RequestOptions reqOptions)
下载人员的附件,根据文件 token 下载文件。
|
public Attachment(Config config)
public GetAttachmentResp get(GetAttachmentReq req, RequestOptions reqOptions) throws Exception
 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=ehr&resource=attachment&version=v1 ;
Exceptionpublic GetAttachmentResp get(GetAttachmentReq req) throws Exception
 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=ehr&resource=attachment&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.