|
@@ -17,7 +17,7 @@ object BOkhttpClient {
|
|
|
.connectTimeout(15676, TimeUnit.MILLISECONDS)
|
|
|
.retryOnConnectionFailure(true)
|
|
|
.addInterceptor(CommonInterceptor())//设置公共参数
|
|
|
- .addInterceptor(ChuckInterceptor(BApp.instance()?.applicationContext))
|
|
|
+// .addInterceptor(ChuckInterceptor(BApp.instance()?.applicationContext))
|
|
|
.cookieJar(BCookieJar())
|
|
|
.addInterceptor(BHeaderInterceptor())
|
|
|
|