diff --git a/base/web/spide.go b/base/web/spide.go index 880ee78d..b41abc58 100644 --- a/base/web/spide.go +++ b/base/web/spide.go @@ -332,6 +332,9 @@ func init() { m.Resultv(data[ice.MSG_RESULT]) default: + b, _ := ioutil.ReadAll(res.Body) + m.Echo(string(b)) + break if strings.HasPrefix(res.Header.Get(ContentType), ContentHTML) { b, _ := ioutil.ReadAll(res.Body) m.Echo(string(b))