public class PaymentActivity extends Object
PaymentActivity(Config config)
ArchivePaymentActivityResp
archive(ArchivePaymentActivityReq req)
archive(ArchivePaymentActivityReq req, RequestOptions reqOptions)
ListPaymentActivityResp
list(ListPaymentActivityReq req)
list(ListPaymentActivityReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PaymentActivity(Config config)
public ArchivePaymentActivityResp archive(ArchivePaymentActivityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=archive&project=payroll&resource=payment_activity&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/payrollv1/ArchivePaymentActivitySample.java ;
Exception
public ArchivePaymentActivityResp archive(ArchivePaymentActivityReq req) throws Exception
public ListPaymentActivityResp list(ListPaymentActivityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=payroll&resource=payment_activity&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/payrollv1/ListPaymentActivitySample.java ;
public ListPaymentActivityResp list(ListPaymentActivityReq req) throws Exception
Copyright © 2025. All rights reserved.