| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -57,6 +57,7 @@ public class WxCVoiceServiceImpl implements WxCVoiceService { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			                audio = new HashMap<>(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			                audio.put("LocaleName", wxCVoiceTable.getLocalelName()); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			                audio.put("displayname", wxCVoiceTable.getLocalDisPlayName()); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			                audioList.put(wxCVoiceTable.getLanguageId(),audio); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            } | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            List<Map<String, Object>> voiceList = (List<Map<String, Object>>) audio.get("styleList"); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            if(voiceList == null){ | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |