liujie
18 小时以前 095d1f1e35accbcb7bb9572ac4d2661230bec282
ruoyi-common/src/main/java/com/ruoyi/common/utils/VoiceNotifyMain.java
@@ -51,7 +51,7 @@
        // 构造playInfoList参数
        List<Map<String, Object>> playInfoList = new ArrayList<Map<String, Object>>();
        // 使用音频文件作为第一段放音内容
        playInfoList.add(callNotifyAPI.getplayInfo("CC@.wav"));
        playInfoList.add(callNotifyAPI.getplayInfo("BB@.wav"));
        // 使用v2.0版本接口的语音通知模板作为第二段放音内容
//        String templateId = "test";
//        List<String> templateParas = new ArrayList<String>();
@@ -76,7 +76,7 @@
        // 构造playInfoList参数
        List<Map<String, Object>> playInfoList = new ArrayList<Map<String, Object>>();
        // 使用音频文件作为第一段放音内容
        playInfoList.add(callNotifyAPI.getplayInfo("BB@.wav"));
        playInfoList.add(callNotifyAPI.getplayInfo("CC@.wav"));
        // 使用v2.0版本接口的语音通知模板作为第二段放音内容
//        String templateId = "test";
//        List<String> templateParas = new ArrayList<String>();