自定义拦截器

public class LoggingInterceptor implements Interceptor { @Override public Response intercept(Chain chain) throws IOException { //首先取到Request Request request=chain.request(); R
相关文章
相关标签/搜索