voiceApi.go
@@ -2,11 +2,10 @@ import ( "basic.com/pubsub/protomsg.git" json "github.com/json-iterator/go" jsoniter "github.com/json-iterator/go" ) type VoiceApi struct{ } //查找所有算法 @@ -19,6 +18,8 @@ if err !=nil { return false, nil } var json = jsoniter.ConfigCompatibleWithStandardLibrary var res Result if err = json.Unmarshal(respBody, &res); err != nil { logPrint(err)