1.发布新包

This commit is contained in:
2025-10-13 09:22:04 +08:00
parent 85756d85c6
commit 22c4e40d24
7 changed files with 283 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ public class RetrofitClient {
sslContext.init(null, new TrustManager[]{trustAllCert}, new SecureRandom());
final OkHttpClient client = new OkHttpClient.Builder()
// .addInterceptor(new LoggerInterceptor("HttpLog", true))
// .addInterceptor(new LogInterceptor())
.addInterceptor(new DataLoggingInterceptor(new DataLogger()))
.addInterceptor(new AccessTokenInterceptor(headers))
.proxy(Proxy.NO_PROXY)