mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 11:03:56 +08:00
删除多余代码
This commit is contained in:
@@ -30,19 +30,4 @@ public class VoiceDTO implements Serializable {
|
|||||||
this.voiceDemo = null;
|
this.voiceDemo = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 为了兼容性,添加其他可能的音频字段别名
|
|
||||||
@Schema(hidden = true)
|
|
||||||
public String getDemoUrl() {
|
|
||||||
return voiceDemo;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Schema(hidden = true)
|
|
||||||
public String getAudioUrl() {
|
|
||||||
return voiceDemo;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Schema(hidden = true)
|
|
||||||
public String getReferenceAudio() {
|
|
||||||
return voiceDemo;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user