多租户

This commit is contained in:
xiafang
2020-12-03 18:21:48 +08:00
parent 467662716d
commit 731182334f

View File

@@ -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);
}
/**
* 微信支付回调工具.
*