public class BrandMerchantTransferServiceImpl extends Object implements BrandMerchantTransferService
构造器和说明 |
---|
BrandMerchantTransferServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
BrandTransferBatchesResult |
createBrandTransfer(BrandTransferBatchesRequest request)
品牌商户发放红包API
适用对象:直连商户
文档详见:
请求URL:https://api.mch.weixin.qq.com/v3/fund-app/brand-redpacket/brand-merchant-batches
请求方式:POST
接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
BrandBatchesQueryResult |
queryBrandMerchantBatches(BrandMerchantBatchesQueryRequest request)
品牌红包商家批次单号查询批次单API
适用对象:直连商户
文档详见:
请求URL:https://api.mch.weixin.qq.com/v3/fund-app/brand-redpacket/brand-merchant-out-batches/{out_batch_no}
请求方式:GET
接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
BrandDetailsQueryResult |
queryBrandMerchantDetails(BrandMerchantDetailsQueryRequest request)
品牌红包商家明细单号查询明细单API
适用对象:直连商户
文档详见:
请求URL:https://api.mch.weixin.qq.com/v3/fund-app/brand-redpacket/brand-merchant-out-batches/{out_batch_no}/out-details/{out_detail_no}
请求方式:GET
接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
BrandBatchesQueryResult |
queryBrandWxBatches(BrandWxBatchesQueryRequest request)
品牌红包微信批次单号查询批次单API
适用对象:直连商户
文档详见:
请求URL:https://api.mch.weixin.qq.com/v3/fund-app/brand-redpacket/brand-merchant-batches/{batch_no}
请求方式:GET
接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
BrandDetailsQueryResult |
queryBrandWxDetails(BrandWxDetailsQueryRequest request)
品牌红包微信支付明细单号查询明细单API
适用对象:直连商户
文档详见:
请求URL:https://api.mch.weixin.qq.com/v3/fund-app/brand-redpacket/brand-merchant-batches/{batch_no}/details/{detail_no}
请求方式:GET
接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
|
public BrandTransferBatchesResult createBrandTransfer(BrandTransferBatchesRequest request) throws WxPayException
BrandMerchantTransferService
适用对象:直连商户 文档详见: 请求URL:https://api.mch.weixin.qq.com/v3/fund-app/brand-redpacket/brand-merchant-batches 请求方式:POST 接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。 是否需要证书:是
createBrandTransfer
在接口中 BrandMerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic BrandBatchesQueryResult queryBrandWxBatches(BrandWxBatchesQueryRequest request) throws WxPayException
BrandMerchantTransferService
适用对象:直连商户 文档详见: 请求URL:https://api.mch.weixin.qq.com/v3/fund-app/brand-redpacket/brand-merchant-batches/{batch_no} 请求方式:GET 接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
queryBrandWxBatches
在接口中 BrandMerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic BrandDetailsQueryResult queryBrandWxDetails(BrandWxDetailsQueryRequest request) throws WxPayException
BrandMerchantTransferService
适用对象:直连商户 文档详见: 请求URL:https://api.mch.weixin.qq.com/v3/fund-app/brand-redpacket/brand-merchant-batches/{batch_no}/details/{detail_no} 请求方式:GET 接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
queryBrandWxDetails
在接口中 BrandMerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic BrandBatchesQueryResult queryBrandMerchantBatches(BrandMerchantBatchesQueryRequest request) throws WxPayException
BrandMerchantTransferService
适用对象:直连商户 文档详见: 请求URL:https://api.mch.weixin.qq.com/v3/fund-app/brand-redpacket/brand-merchant-out-batches/{out_batch_no} 请求方式:GET 接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
queryBrandMerchantBatches
在接口中 BrandMerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionpublic BrandDetailsQueryResult queryBrandMerchantDetails(BrandMerchantDetailsQueryRequest request) throws WxPayException
BrandMerchantTransferService
适用对象:直连商户 文档详见: 请求URL:https://api.mch.weixin.qq.com/v3/fund-app/brand-redpacket/brand-merchant-out-batches/{out_batch_no}/out-details/{out_detail_no} 请求方式:GET 接口限频: 单个商户 50QPS,如果超过频率限制,会报错FREQUENCY_LIMITED,请降低频率请求。
queryBrandMerchantDetails
在接口中 BrandMerchantTransferService
request
- the requestWxPayException
- the wx pay exceptionCopyright © 2023. All rights reserved.