From ff8a931e6613c5c7ab76a934e7b4d4f86e635c1d Mon Sep 17 00:00:00 2001 From: jiyoungcheon Date: Fri, 10 Jan 2025 00:41:30 -0500 Subject: [PATCH] rollback --- icshttp/handler.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icshttp/handler.go b/icshttp/handler.go index 51bb620..8c0e153 100644 --- a/icshttp/handler.go +++ b/icshttp/handler.go @@ -78,10 +78,10 @@ type ResData struct { MinDigit int `json:"minDigit"` DigitTerm int `json:"digitTerm"` TelNo string `json:"telNo"` - VoiceName int `json:"voiceName"` - Speed int `json:"speed"` - Volume int `json:"volume"` - Pitch int `json:"pitch"` + VoiceName string `json:"voiceName"` + Speed string `json:"speed"` + Volume string `json:"volume"` + Pitch string `json:"pitch"` EndCharacter []string `json:"endCharacter"` MaxWaitTime int `json:"maxNoInputTime"` UUI json.RawMessage `json:"uui"`