public class WechatApiProvider extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private WechatPayClient |
wechatPayClient
The Wechat pay client.
|
| 构造器和说明 |
|---|
WechatApiProvider(WechatPayClient wechatPayClient)
Instantiates a new Wechat api provider.
|
| 限定符和类型 | 方法和说明 |
|---|---|
WechatPayCallback |
callback(String tenantId)
回调.
|
WechatCombinePayApi |
combinePayApi(String tenantId)
合单支付.
|
WechatDirectPayApi |
directPayApi(String tenantId)
普通支付-直连模式.
|
WechatMarketingFavorApi |
favorApi(String tenantId)
代金券.
|
private final WechatPayClient wechatPayClient
public WechatApiProvider(WechatPayClient wechatPayClient)
wechatPayClient - the wechat pay clientpublic WechatMarketingFavorApi favorApi(String tenantId)
tenantId - the tenant idpublic WechatDirectPayApi directPayApi(String tenantId)
tenantId - the tenant idpublic WechatCombinePayApi combinePayApi(String tenantId)
tenantId - the tenant idpublic WechatPayCallback callback(String tenantId)
tenantId - the tenant idCopyright © 2020. All rights reserved.