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)