From 29248dae3b1c36d9506eaebf0f8c61092a1eb36e Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 15 Jun 2021 16:13:53 +0800 Subject: [PATCH] aa --- business/jxstore/cms/temp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/temp.go b/business/jxstore/cms/temp.go index adb872ac1..d5d17217a 100644 --- a/business/jxstore/cms/temp.go +++ b/business/jxstore/cms/temp.go @@ -19,7 +19,7 @@ func TestTemp() { ExpectContinueTimeout: 30 * time.Second, // 等待服务第一个响应的超时时间 MaxIdleConnsPerHost: 100, // 每个host保持的空闲连接数 } - uri := "print.jxcs.net:8000" + uri := "http://print.jxcs.net:8000" start2 := time.Now() client2 := http.Client{Transport: HTTPTransport} // 初始化一个带有transport的http的client req, err := http.NewRequest(http.MethodGet, uri, nil)