mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-04 06:07:59 +08:00 
			
		
		
		
	@ -48,17 +48,13 @@ public class WxMpPayServiceImpl implements WxMpPayService {
 | 
			
		||||
    "REFUND_SOURCE_UNSETTLED_FUNDS"};
 | 
			
		||||
  private final Logger log = LoggerFactory.getLogger(this.getClass());
 | 
			
		||||
  private WxMpService wxMpService;
 | 
			
		||||
  private WxMpConfigStorage config = null;
 | 
			
		||||
 | 
			
		||||
  public WxMpPayServiceImpl(WxMpService wxMpService) {
 | 
			
		||||
    this.wxMpService = wxMpService;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  private WxMpConfigStorage getConfig() {
 | 
			
		||||
    if (config == null) {
 | 
			
		||||
      this.config = wxMpService.getWxMpConfigStorage();
 | 
			
		||||
    }
 | 
			
		||||
    return this.config;
 | 
			
		||||
    return wxMpService.getWxMpConfigStorage();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @Override
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user