feat: refactor event handling and clean up TTS request parameters

This commit is contained in:
王锦强
2025-04-02 23:36:37 +08:00
parent dd5a83100a
commit 87ddd3667c
2 changed files with 3 additions and 4 deletions

View File

@@ -509,7 +509,6 @@ func (h *TTSHandler) HandleReader(context *gin.Context) {
func (h *TTSHandler) HandleIFreeTime(context *gin.Context) {
// 从URL参数获取
req := models.TTSRequest{
Text: context.Query("t"),
Voice: context.Query("v"),
Rate: context.Query("r"),
Pitch: context.Query("p"),