类 WechatBatchTransferApi


  • public class WechatBatchTransferApi
    extends AbstractApi
    批量转账到零钱
    作者:
    youta
    • 构造器详细资料

      • WechatBatchTransferApi

        public WechatBatchTransferApi​(WechatPayClient wechatPayClient,
                                      String tenantId)
        Instantiates a new Abstract api.
        参数:
        wechatPayClient - the wechat pay client
        tenantId - the tenant id
    • 方法详细资料

      • batchTransfer

        public WechatResponseEntity<com.fasterxml.jackson.databind.node.ObjectNode> batchTransfer​(CreateBatchTransferParams createBatchTransferParams)
        发起批量转账API
        参数:
        createBatchTransferParams - the batchTransferParams
        返回:
        the wechat response entity
      • queryBatchByBatchId

        public WechatResponseEntity<com.fasterxml.jackson.databind.node.ObjectNode> queryBatchByBatchId​(QueryBatchTransferParams queryBatchTransferParams)
        微信批次单号查询批次单API
        参数:
        queryBatchTransferParams - the queryBatchTransferParams
        返回:
        the wechat response entity
      • queryBatchDetailByWechat

        public WechatResponseEntity<com.fasterxml.jackson.databind.node.ObjectNode> queryBatchDetailByWechat​(QueryBatchTransferDetailParams queryBatchTransferDetailParams)
        微信明细单号查询明细单API
        参数:
        queryBatchTransferDetailParams - the queryBatchTransferDetailParams
        返回:
        the wechat response entity
      • queryBatchByOutBatchNo

        public WechatResponseEntity<com.fasterxml.jackson.databind.node.ObjectNode> queryBatchByOutBatchNo​(QueryBatchTransferParams queryBatchTransferParams)
        微信批次单号查询批次单API
        参数:
        queryBatchTransferParams - the queryBatchTransferParams
        返回:
        the wechat response entity
      • queryBatchDetailByMch

        public WechatResponseEntity<com.fasterxml.jackson.databind.node.ObjectNode> queryBatchDetailByMch​(QueryBatchTransferDetailParams queryBatchTransferDetailParams)
        商家明细单号查询明细单API
        参数:
        queryBatchTransferDetailParams - the queryBatchTransferDetailParams
        返回:
        the wechat response entity
      • receiptBill

        public WechatResponseEntity<com.fasterxml.jackson.databind.node.ObjectNode> receiptBill​(String outBatchNo)
        转账电子回单申请受理API
        参数:
        outBatchNo - the outBatchNo
        返回:
        the wechat response entity
      • downloadBill

        public org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> downloadBill​(String outBatchNo)
        查询并下载转账电子回单API
        参数:
        outBatchNo - the outBatchNo
        返回:
        the wechat response entity