Skip to content

Commit

Permalink
network request perfect
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdldev committed Mar 12, 2020
1 parent dc513d4 commit d6e55a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ private RetrofitManager() {
okHttpBuilder.addInterceptor(new Interceptor() {
@Override
public Response intercept(Chain chain) throws IOException {
Log.v("MYTAG","intercept start.................................");
Request request = chain.request();
if(!TextUtils.isEmpty(mToken)){
Request.Builder requestBuilder = request.newBuilder()
Expand Down

0 comments on commit d6e55a8

Please sign in to comment.