Explorar o código

喇叭改成本地播放地址

donggaosheng %!s(int64=3) %!d(string=hai) anos
pai
achega
21f15a4b25

+ 1 - 1
zd-modules/zd-algorithm/src/main/java/com/zd/alg/speaker/controller/SpeakerController.java

@@ -211,7 +211,7 @@ public class SpeakerController {
             return AjaxResult.error("参数有误,请检查参数!");
         }
         text=text.replace("https","http");
-        text=text.replace("https://lab.sxitdlc.com/jdlabSystem/","http://192.168.8.101/jdlabSystem/");
+        text=text.replace("http://lab.sxitdlc.com/sudalabSystem/","http://10.20.10.7/labSystem/");
         iSpeakerService.textParseVoiceAppIps(text,playVo);
         Map<String,Object> map=new HashMap<>();
         map.put("text",text);