Commit 7f5e7e7a by huluobin

# 更新

parent 57f907b8
...@@ -34,6 +34,7 @@ public class WxPayConfiguration { ...@@ -34,6 +34,7 @@ public class WxPayConfiguration {
@Bean @Bean
@ConditionalOnMissingBean @ConditionalOnMissingBean
public WxPayService wxService() { public WxPayService wxService() {
WxPayConfig payConfig = new WxPayConfig(); WxPayConfig payConfig = new WxPayConfig();
payConfig.setAppId(StringUtils.trimToNull(this.properties.getAppId())); payConfig.setAppId(StringUtils.trimToNull(this.properties.getAppId()));
payConfig.setMchId(StringUtils.trimToNull(this.properties.getMchId())); payConfig.setMchId(StringUtils.trimToNull(this.properties.getMchId()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment