|  | @@ -1,10 +1,7 @@
 | 
	
		
			
				|  |  |  package com.yami.shop.wx.config;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import lombok.Data;
 | 
	
		
			
				|  |  | -import lombok.extern.slf4j.Slf4j;
 | 
	
		
			
				|  |  | -import org.springframework.beans.factory.annotation.Value;
 | 
	
		
			
				|  |  |  import org.springframework.boot.context.properties.ConfigurationProperties;
 | 
	
		
			
				|  |  | -import org.springframework.context.annotation.Configuration;
 | 
	
		
			
				|  |  |  import org.springframework.stereotype.Component;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /**
 |