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