public class EncryptionInterceptor extends Object implements okhttp3.Interceptor
| Constructor and Description |
|---|
EncryptionInterceptor(String apiKey,
String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Response |
intercept(okhttp3.Interceptor.Chain chain)
拦截器主入口 - 处理请求加密和响应解密
|
public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain)
throws IOException
intercept in interface okhttp3.InterceptorIOExceptionCopyright © 2025. All rights reserved.