mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
多租户
This commit is contained in:
@@ -66,6 +66,17 @@ public class WechatPayConfiguration {
|
||||
return new WechatPayClient(signatureProvider);
|
||||
}
|
||||
|
||||
/**
|
||||
* 多租户接口Provider.
|
||||
*
|
||||
* @param wechatPayClient the wechat pay client
|
||||
* @return the wechat api provider
|
||||
*/
|
||||
@Bean
|
||||
public WechatApiProvider wechatApiProvider(WechatPayClient wechatPayClient){
|
||||
return new WechatApiProvider(wechatPayClient);
|
||||
}
|
||||
|
||||
/**
|
||||
* 微信支付回调工具.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user