公参ArrayMap改为ConcurrentHashMap
This commit is contained in:
@@ -3,6 +3,8 @@ package com.yizhuan.xchat_android_core.interceptor;
|
||||
|
||||
import android.text.TextUtils;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
import com.yizhuan.xchat_android_core.auth.AuthModel;
|
||||
import com.yizhuan.xchat_android_core.utils.APIEncryptUtil;
|
||||
import com.yizhuan.xchat_android_core.utils.OaidUtil;
|
||||
@@ -36,6 +38,7 @@ public class ParamsInterceptor implements Interceptor {
|
||||
this.mHttpParams = params;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
public Response intercept(Chain chain) throws IOException {
|
||||
Request oldRequest = chain.request();
|
||||
|
Reference in New Issue
Block a user