|
|
@@ -522,10 +522,9 @@ public class LabExitLineServiceImpl implements ILabExitLineService
|
|
|
ParamVo paramVo=new ParamVo();
|
|
|
playVo.setParams(paramVo);
|
|
|
playVoList.add(playVo);
|
|
|
- remoteSpeakService.textParseUrlAppIps(audioSyntheses.getNewMusicUrl(),playVoList);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ remoteSpeakService.textParseUrlAppIps(audioSyntheses.getNewMusicUrl(),playVoList);
|
|
|
}
|
|
|
}
|
|
|
}catch (Exception e){
|