完成在小程序端的功能

This commit is contained in:
zhonghua1
2026-01-05 21:42:48 +08:00
parent 8f35c605d1
commit 34cd6275b7
4 changed files with 44 additions and 9 deletions

View File

@@ -383,7 +383,7 @@ public class TtsRequestLogServiceImpl implements ITtsRequestLogService {
try {
// 从transcriptionUrl下载识别结果
String transcriptionResult = downloadTranscriptionResult(taskResult.getTranscriptionUrl());
log.info("transcriptionResult: {}" , transcriptionResult);
// log.info("transcriptionResult: {}" , transcriptionResult);
if (transcriptionResult != null && !transcriptionResult.trim().isEmpty()) {
// 解析transcription结果JSON