@ -460,11 +460,7 @@ func insertRedisCache(accessKey string, secretKey string, redirectUri string) er
}
defer resp.Body.Close()
body, err := ioutil.ReadAll(resp.Body)
_, _ = ioutil.ReadAll(resp.Body)
if err != nil {
return err
fmt.Println(string(body))
return nil