public class Attachment extends Object
| 构造器和说明 |
|---|
Attachment(Config config) |
| 限定符和类型 | 方法和说明 | ||||
|---|---|---|---|---|---|
CreateAttachmentResp |
create()
,
官网API文档链接:
CreateAttachmentRespcreate(RequestOptions reqOptions)
,
官网API文档链接:
GetAttachmentRespget(GetAttachmentReq req)
获取附件信息,根据附件 ID 和附件类型获取招聘系统中附件的信息,比如附件名称、附件创建时间、附件下载地址等。
| ||||
GetAttachmentResp |
get(GetAttachmentReq req,
RequestOptions reqOptions)
获取附件信息,根据附件 ID 和附件类型获取招聘系统中附件的信息,比如附件名称、附件创建时间、附件下载地址等。
|
||||
PreviewAttachmentResp |
preview(PreviewAttachmentReq req)
获取人才简历附件 PDF 格式下载链接,根据人才简历附件 ID 获取该简历附件对应的 PDF 文件的下载地址。
|
||||
PreviewAttachmentResp |
preview(PreviewAttachmentReq req,
RequestOptions reqOptions)
获取人才简历附件 PDF 格式下载链接,根据人才简历附件 ID 获取该简历附件对应的 PDF 文件的下载地址。
|
public Attachment(Config config)
public CreateAttachmentResp create(RequestOptions reqOptions) throws Exception
Exceptionpublic CreateAttachmentResp create() throws Exception
Exceptionpublic GetAttachmentResp get(GetAttachmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=hire&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=hire&resource=attachment&version=v1 ;
Exceptionpublic PreviewAttachmentResp preview(PreviewAttachmentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PreviewAttachmentResp preview(PreviewAttachmentReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.