diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 97aff3325..dfc6aadfc 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1619,6 +1619,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { request.AddCookie(c) client := &http.Client{} fmt.Println("test1", request.URL) + fmt.Println("test1", request.RemoteAddr) response, _ := client.Do(request) defer response.Body.Close() bodyData, _ := ioutil.ReadAll(response.Body)