| 限定符和类型 | 方法和说明 |
|---|---|
void |
PayMessageConfigurer.addHandler(PaymentPlatform platform,
com.egzosn.pay.common.api.PayMessageHandler handler)
添加处理器
|
void |
DefalutPayMessageConfigurer.addHandler(PaymentPlatform platform,
com.egzosn.pay.common.api.PayMessageHandler handler)
添加处理器
|
void |
PayMessageConfigurer.addInterceptor(PaymentPlatform platform,
com.egzosn.pay.common.api.PayMessageInterceptor interceptor)
添加拦截器
|
void |
DefalutPayMessageConfigurer.addInterceptor(PaymentPlatform platform,
com.egzosn.pay.common.api.PayMessageInterceptor interceptor)
添加拦截器
|
com.egzosn.pay.common.api.PayMessageHandler<com.egzosn.pay.common.bean.PayMessage,com.egzosn.pay.common.api.PayService> |
PayMessageConfigurer.getHandler(PaymentPlatform platform)
获取处理器
|
com.egzosn.pay.common.api.PayMessageHandler<com.egzosn.pay.common.bean.PayMessage,com.egzosn.pay.common.api.PayService> |
DefalutPayMessageConfigurer.getHandler(PaymentPlatform platform)
获取处理器
|
List<com.egzosn.pay.common.api.PayMessageInterceptor<com.egzosn.pay.common.bean.PayMessage,com.egzosn.pay.common.api.PayService>> |
PayMessageConfigurer.getInterceptor(PaymentPlatform platform)
获取拦截器
|
List<com.egzosn.pay.common.api.PayMessageInterceptor<com.egzosn.pay.common.bean.PayMessage,com.egzosn.pay.common.api.PayService>> |
DefalutPayMessageConfigurer.getInterceptor(PaymentPlatform platform)
获取拦截器
|
| 限定符和类型 | 方法和说明 |
|---|---|
PaymentPlatform |
PaymentPlatformMerchantDetails.getPaymentPlatform()
获取支付平台
|
| 限定符和类型 | 方法和说明 |
|---|---|
PaymentPlatform |
WxYouDianMerchantDetails.getPaymentPlatform()
获取支付平台
|
PaymentPlatform |
WxV3MerchantDetails.getPaymentPlatform()
获取支付平台
|
PaymentPlatform |
WxMerchantDetails.getPaymentPlatform()
获取支付平台
|
PaymentPlatform |
UnionMerchantDetails.getPaymentPlatform()
获取支付平台
|
PaymentPlatform |
PayPalV2MerchantDetails.getPaymentPlatform()
获取支付平台
|
PaymentPlatform |
PaypalMerchantDetails.getPaymentPlatform()
获取支付平台
|
PaymentPlatform |
PayoneerMerchantDetails.getPaymentPlatform()
获取支付平台
|
PaymentPlatform |
FuiouMerchantDetails.getPaymentPlatform()
获取支付平台
|
PaymentPlatform |
CommonPaymentPlatformMerchantDetails.getPaymentPlatform()
获取支付平台
|
PaymentPlatform |
AliMerchantDetails.getPaymentPlatform()
获取支付平台
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AliPaymentPlatform
支付宝支付平台
|
class |
FuiouPaymentPlatform
富友支付平台
|
class |
PayoneerPaymentPlatform
P卡(派安盈)支付平台
|
class |
PaypalPaymentPlatform
贝宝支付平台
|
class |
PaypalV2PaymentPlatform
贝宝支付平台
|
class |
UnionPaymentPlatform
银联支付平台
|
class |
WxPaymentPlatform
微信支付平台
|
class |
WxV3CombinePaymentPlatform
微信V3合单支付平台
|
class |
WxV3PaymentPlatform
微信V3支付平台
|
class |
WxV3ProfitSharingPlatform
微信V3分账平台
|
class |
YoudianPaymentPlatform
友店支付平台
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PaymentPlatform |
PaymentPlatforms.getPaymentPlatform(String platformName)
通过支付平台名称与交易类型(支付类型)名称或者交易类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,PaymentPlatform> |
PaymentPlatforms.getPaymentPlatforms()
获取所有的支付平台
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
PaymentPlatforms.loadPaymentPlatform(PaymentPlatform platform)
加载支付平台
|
Copyright © 2022. All rights reserved.