Update
This commit is contained in:
parent
9563bfb0bc
commit
e2325d1ad8
@ -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 ")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user