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)
|
resp, err := client.Do(req)
|
||||||
defer resp.Body.Close()
|
defer resp.Body.Close()
|
||||||
content, err := ioutil.ReadAll(resp.Body)
|
content, err := ioutil.ReadAll(resp.Body)
|
||||||
fmt.Println(string(content))
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("Fatal error ")
|
fmt.Println("Fatal error ")
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user