public class TransferServiceImpl extends Object implements TransferService
构造器和说明 |
---|
TransferServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
TransferBatchesResult |
transferBatches(TransferBatchesRequest request)
|
QueryTransferBatchesResult |
transferBatchesBatchId(QueryTransferBatchesRequest request)
微信批次单号查询批次单API
请求方式:GET(HTTPS)
请求地址:请求地址
文档地址:微信批次单号查询批次单API
|
TransferBatchDetailResult |
transferBatchesBatchIdDetail(String batchId,
String detailId)
微信明细单号查询明细单API
请求方式:GET(HTTPS)
请求地址:请求地址
文档地址:微信明细单号查询明细单API
|
QueryTransferBatchesResult |
transferBatchesOutBatchNo(QueryTransferBatchesRequest request)
商家批次单号查询批次单API
请求方式:GET(HTTPS)
请求地址:请求地址
文档地址:商家批次单号查询批次单API
|
TransferBatchDetailResult |
transferBatchesOutBatchNoDetail(String outBatchNo,
String outDetailNo)
商家明细单号查询明细单API
请求方式:GET(HTTPS)
请求地址:请求地址
文档地址:商家明细单号查询明细单API
|
public TransferBatchesResult transferBatches(TransferBatchesRequest request) throws WxPayException
TransferService
transferBatches
在接口中 TransferService
request
- 转账请求参数WxPayException
- .public QueryTransferBatchesResult transferBatchesBatchId(QueryTransferBatchesRequest request) throws WxPayException
TransferService
微信批次单号查询批次单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:微信批次单号查询批次单API
transferBatchesBatchId
在接口中 TransferService
request
- 查询请求参数WxPayException
- .public TransferBatchDetailResult transferBatchesBatchIdDetail(String batchId, String detailId) throws WxPayException
TransferService
微信明细单号查询明细单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:微信明细单号查询明细单API
transferBatchesBatchIdDetail
在接口中 TransferService
batchId
- 微信批次单号detailId
- 微信明细单号WxPayException
- .public QueryTransferBatchesResult transferBatchesOutBatchNo(QueryTransferBatchesRequest request) throws WxPayException
TransferService
商家批次单号查询批次单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:商家批次单号查询批次单API
transferBatchesOutBatchNo
在接口中 TransferService
request
- 查询请求参数WxPayException
- .public TransferBatchDetailResult transferBatchesOutBatchNoDetail(String outBatchNo, String outDetailNo) throws WxPayException
TransferService
商家明细单号查询明细单API 请求方式:GET(HTTPS) 请求地址:请求地址 文档地址:商家明细单号查询明细单API
transferBatchesOutBatchNoDetail
在接口中 TransferService
outBatchNo
- 商家明细单号outDetailNo
- 商家批次单号WxPayException
- .Copyright © 2023. All rights reserved.