public class ExternalApproval extends Object
ExternalApproval(Config config)
CreateExternalApprovalResp
create(CreateExternalApprovalReq req)
create(CreateExternalApprovalReq req, RequestOptions reqOptions)
GetExternalApprovalResp
get(GetExternalApprovalReq req)
get(GetExternalApprovalReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExternalApproval(Config config)
public CreateExternalApprovalResp create(CreateExternalApprovalReq req, RequestOptions reqOptions) throws Exception
注意,审批中心不负责审批流程的流转,只负责展示、操作、消息通知。因此审批定义创建时没有审批流程的信息。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/approval-v4/external_approval/create ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/approvalv4/CreateExternalApprovalSample.java ;
Exception
public CreateExternalApprovalResp create(CreateExternalApprovalReq req) throws Exception
public GetExternalApprovalResp get(GetExternalApprovalReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=approval&resource=external_approval&version=v4 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/approvalv4/GetExternalApprovalSample.java ;
public GetExternalApprovalResp get(GetExternalApprovalReq req) throws Exception
Copyright © 2024. All rights reserved.