|
|
@@ -230,7 +230,7 @@ public class SpeakerController {
|
|
|
* @param playNum 播放次数
|
|
|
* @return
|
|
|
*/
|
|
|
- @PostMapping("/textParseUrlAppIps")
|
|
|
+ @PostMapping("/textMoreParseUrlAppIps")
|
|
|
@ApiOperation(value = "文字转语音小程序播放地址", notes = "文字转语音小程序播放地址")
|
|
|
public AjaxResult textParseUrlAppIps(@RequestParam(required = true) String text,@RequestBody List<PlayVo> playVo,Integer playNum) {
|
|
|
if(StringUtils.isEmpty(text) || playVo.size()==0){
|