diff --git a/icshttp/handler.go b/icshttp/handler.go index 8c0e153..51bb620 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 string `json:"voiceName"` - Speed string `json:"speed"` - Volume string `json:"volume"` - Pitch string `json:"pitch"` + VoiceName int `json:"voiceName"` + Speed int `json:"speed"` + Volume int `json:"volume"` + Pitch int `json:"pitch"` EndCharacter []string `json:"endCharacter"` MaxWaitTime int `json:"maxNoInputTime"` UUI json.RawMessage `json:"uui"`