Parcourir la source

修改喇叭地址 - 高升

hanzhiwei il y a 2 ans
Parent
commit
6a00d5a716

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

@@ -213,7 +213,7 @@ public class SpeakerController {
             return AjaxResult.error("参数有误,请检查参数!");
         }
         text=text.replace("https","http");
-        text=text.replace("http://lab.sxitdlc.com/labAppTest/","http://192.168.1.43/labSystem/");
+        text=text.replace("http://lab.zjznai.com/labSystem/","http://192.168.251.2/labSystem/");
         iSpeakerService.textParseVoiceAppIps(text,playVo,1,1000);
         Map<String,Object> map=new HashMap<>();
         map.put("text",text);
@@ -237,7 +237,7 @@ public class SpeakerController {
             return AjaxResult.error("参数有误,请检查参数!");
         }
         text=text.replace("https","http");
-        text=text.replace("http://lab.sxitdlc.com/labAppTest/","http://192.168.1.43/labSystem/");
+        text=text.replace("http://lab.zjznai.com/labSystem/","http://192.168.251.2/labSystem/");
         iSpeakerService.textParseVoiceAppIps(text,playVo,playNum,0);
         Map<String,Object> map=new HashMap<>();
         map.put("text",text);