|
|
@@ -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);
|