提交 9c62f5e5 编写于 作者: 如梦技术's avatar 如梦技术 🐛

🔖 v1.1.8-SNAPSHOT

上级 54f02f75
VERSION=1.1.7
VERSION=1.1.8-SNAPSHOT
GROUPID=net.dreamlu
NEXUS_OSS_USER_NAME=***
......
......@@ -44,7 +44,7 @@ import java.util.concurrent.TimeUnit;
*/
public class HttpRequest {
private static final String DEFAULT_USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36";
private static OkHttpClient httpClient = new OkHttpClient();
private static volatile OkHttpClient httpClient = new OkHttpClient();
@Nullable
private static HttpLoggingInterceptor globalLoggingInterceptor = null;
private final Request.Builder requestBuilder;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册