mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-17 23:43:41 +08:00
多租户
This commit is contained in:
@@ -66,6 +66,17 @@ public class WechatPayConfiguration {
|
|||||||
return new WechatPayClient(signatureProvider);
|
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