This commit is contained in:
joy.zhou
2019-07-15 17:51:11 +08:00
parent 9d0daef2cd
commit e09891eea6
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ package authhttp
import (
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"net/url"
@@ -44,7 +43,7 @@ func Init() {
if err != nil {
log.Fatal("Unmarshal config file error: ", zap.Error(err))
}
fmt.Println("http: config: ", config)
// fmt.Println("http: config: ", config)
httpClient = &http.Client{
Transport: &http.Transport{