Skip to content

Commit

Permalink
缓存拦截器开启
Browse files Browse the repository at this point in the history
  • Loading branch information
XinYiWorld committed May 6, 2017
1 parent 323da47 commit 2f3a2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static OkHttpClient generateOkHttpClient(String token) {
builder.addInterceptor(new HeaderAttachInterceptor());
builder.addInterceptor(new MyLogInterceptor());
builder.addInterceptor(new ProgressInterceptor());
// builder.addInterceptor(new CacheInterceptor());
builder.addInterceptor(new CacheInterceptor());
return builder.build();
}
}

0 comments on commit 2f3a2e5

Please sign in to comment.