This commit is contained in:
parent
a1d185a4bd
commit
b74d07ece4
@ -70,6 +70,6 @@ func PutFromFileUrlWithStream(url, fileName, fileUrl string) (statusCode int, re
|
|||||||
fmt.Println("response Headers:", resp.Header)
|
fmt.Println("response Headers:", resp.Header)
|
||||||
//fmt.Println("response Body:", string(body))
|
//fmt.Println("response Body:", string(body))
|
||||||
fmt.Println("response StatusCode:", statusCode)
|
fmt.Println("response StatusCode:", statusCode)
|
||||||
zap.L().Info("post", zap.Any("url", url), zap.Any("jsonStr", bytes.NewBuffer(fileBody).String()), zap.Any("result", result))
|
//zap.L().Info("post", zap.Any("url", url), zap.Any("jsonStr", bytes.NewBuffer(fileBody).String()), zap.Any("result", result))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user