|
|
@@ -157,7 +157,7 @@ public class VoiceMouldController extends BaseController { |
|
|
|
|
|
|
|
@AuthIgnore |
|
|
|
@ApiOperation("TTS音色预览") |
|
|
|
@GetMapping("/preview") |
|
|
|
@PostMapping("/preview") |
|
|
|
@ApiImplicitParams({}) |
|
|
|
public ResultData voicePreview(@RequestBody AiPreviewParam aiPreviewParam) { |
|
|
|
logger.debug("[" + getIpAddr() + "] MouldPatchController::voicePreview"); |
|
|
|