public class TransferServiceImpl extends Object implements TransferService
| 构造器和说明 |
|---|
TransferServiceImpl() |
public TransferBatchesResult transferBatches(TransferBatchesRequest request) throws WxPayException
TransferServicetransferBatches 在接口中 TransferServicerequest - 转账请求参数WxPayException - .public TransferNotifyResult parseTransferNotifyResult(String notifyData, SignatureHeader header) throws WxPayException
TransferServiceparseTransferNotifyResult 在接口中 TransferServicenotifyData - 通知数据header - 通知头部数据,不传则表示不校验头WxPayException - the wx pay exceptionpublic QueryTransferBatchesResult transferBatchesBatchId(QueryTransferBatchesRequest request) throws WxPayException
TransferService微信批次单号查询批次单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:微信批次单号查询批次单API
transferBatchesBatchId 在接口中 TransferServicerequest - 查询请求参数WxPayException - .public TransferBatchDetailResult transferBatchesBatchIdDetail(String batchId, String detailId) throws WxPayException
TransferService微信明细单号查询明细单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:微信明细单号查询明细单API
transferBatchesBatchIdDetail 在接口中 TransferServicebatchId - 微信批次单号detailId - 微信明细单号WxPayException - .public QueryTransferBatchesResult transferBatchesOutBatchNo(QueryTransferBatchesRequest request) throws WxPayException
TransferService商家批次单号查询批次单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:商家批次单号查询批次单API
transferBatchesOutBatchNo 在接口中 TransferServicerequest - 查询请求参数WxPayException - .public TransferBatchDetailResult transferBatchesOutBatchNoDetail(String outBatchNo, String outDetailNo) throws WxPayException
TransferService商家明细单号查询明细单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:商家明细单号查询明细单API
transferBatchesOutBatchNoDetail 在接口中 TransferServiceoutBatchNo - 商家明细单号outDetailNo - 商家批次单号WxPayException - .public TransferBillsResult transferBills(TransferBillsRequest request) throws WxPayException
TransferServicetransferBills 在接口中 TransferServicerequest - 转账请求参数WxPayException - .public TransferBillsCancelResult transformBillsCancel(String outBillNo) throws WxPayException
TransferServicetransformBillsCancel 在接口中 TransferServiceoutBillNo - 【商户单号】 商户系统内部的商家单号,要求此参数只能由数字、大小写字母组成,在商户系统内部唯一WxPayException - .public TransferBillsGetResult getBillsByOutBillNo(String outBillNo) throws WxPayException
TransferService2025.1.15 开始新接口 发起商家转账API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:商户单号查询转账单API
getBillsByOutBillNo 在接口中 TransferServiceoutBillNo - 【商户单号】 商户系统内部的商家单号,要求此参数只能由数字、大小写字母组成,在商户系统内部唯一WxPayException - .public TransferBillsGetResult getBillsByTransferBillNo(String transferBillNo) throws WxPayException
TransferService2025.1.15 开始新接口 微信单号查询转账单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:商户单号查询转账单API
getBillsByTransferBillNo 在接口中 TransferServicetransferBillNo - 【微信转账单号】 微信转账单号,微信商家转账系统返回的唯一标识WxPayException - .public TransferBillsNotifyResult parseTransferBillsNotifyResult(String notifyData, SignatureHeader header) throws WxPayException
TransferServiceparseTransferBillsNotifyResult 在接口中 TransferServicenotifyData - 通知数据header - 通知头部数据,不传则表示不校验头WxPayException - the wx pay exceptionCopyright © 2025. All rights reserved.