|
@@ -104,7 +104,7 @@ func HttpPost(url, postData string, params ...string) ([]byte, error) {
|
|
|
}
|
|
|
req.Header.Set("Content-Type", contentType)
|
|
|
authorization := utils.MD5(utils.APP_EDB_LIB_NAME_EN + utils.EDB_LIB_Md5_KEY)
|
|
|
- fmt.Println("authorization:", authorization)
|
|
|
+ fmt.Println(utils.APP_EDB_LIB_NAME_EN+utils.EDB_LIB_Md5_KEY, ";authorization:", authorization)
|
|
|
req.Header.Set("authorization", authorization)
|
|
|
resp, err := client.Do(req)
|
|
|
defer resp.Body.Close()
|