cp挂件头像显示位置null判断,去除请求头打印。

This commit is contained in:
2026-01-21 10:11:23 +08:00
parent 9ab1f171f8
commit 3f49cf3790
2 changed files with 53 additions and 56 deletions

View File

@@ -121,10 +121,6 @@ public class RetrofitClient {
sslContext = SSLContext.getInstance("SSL");
sslContext.init(null, new TrustManager[]{trustAllCert}, new SecureRandom());
headers.entrySet().stream()
.forEach(entry -> LogUtils.e("Header: %-20s Value: %s", entry.getKey(), entry.getValue()));
final OkHttpClient client = new OkHttpClient.Builder()
.addInterceptor(new DataLoggingInterceptor(new DataLogger()))
.addInterceptor(new AccessTokenInterceptor(headers))