Retrofit 进度下载遇到的坑 增强 2023-02-02 89 阅读1分钟 /** * 这里需要注意:如果接口使用到了@Streaming注解,Level不能使用BODY,会使接口阻塞,直到下载完成 */ private fun getHttpLoggingInterceptor() = HttpLoggingInterceptor().apply { level = HttpLoggingInterceptor.Level.HEADERS }