This commit is contained in:
iyear 2020-04-01 21:45:44 +08:00
parent 9563bfb0bc
commit e2325d1ad8

View File

@ -42,7 +42,6 @@ func MSFirGetToken(code, cid, cse string) (access string, refresh string) {
resp, err := client.Do(req)
defer resp.Body.Close()
content, err := ioutil.ReadAll(resp.Body)
fmt.Println(string(content))
if err != nil {
fmt.Println("Fatal error ")
}