|  | @@ -26,11 +26,11 @@ public class YimeiSmsPlugin implements MessageSenderPlugin, InitializingBean {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	private Logger logger = LoggerFactory.getLogger(YimeiSmsPlugin.class);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -	@Value("${com.properties.sms-appId:EUCP-EMY-SMS1-1AIHP}")
 | 
	
		
			
				|  |  | +	@Value("${com.properties.sms-appId:EUCP-EMY-SMS1-DX0Y9}")
 | 
	
		
			
				|  |  |  	private String appId;
 | 
	
		
			
				|  |  | -	@Value("${com.properties.sms-secretKey:CBA790799C876DAD}")
 | 
	
		
			
				|  |  | +	@Value("${com.properties.sms-secretKey:B0C8230D0F2ACC64}")
 | 
	
		
			
				|  |  |  	private String secretKey;
 | 
	
		
			
				|  |  | -	@Value("${com.properties.sms-host-dev:http://bjksmtn.b2m.cn}")
 | 
	
		
			
				|  |  | +	@Value("${com.properties.sms-host-dev:http://bjmtn.b2m.cn}")
 | 
	
		
			
				|  |  |  	private String host;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	public static String getName() {
 |