public class Content extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetContentResp |
get(GetContentReq req)
获取云文档内容,可获取云文档内容,当前只支持获取新版文档 Markdown 格式的内容。
|
GetContentResp |
get(GetContentReq req,
RequestOptions reqOptions)
获取云文档内容,可获取云文档内容,当前只支持获取新版文档 Markdown 格式的内容。
|
public Content(Config config)
public GetContentResp get(GetContentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=docs&resource=content&version=v1 ;
Exceptionpublic GetContentResp get(GetContentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=docs&resource=content&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.