PlayAndroid
PlayAndroid copied to clipboard
HttpLoggingInterceptor 这个项目没引入么
network 那块,还有 错误提示 request.url 是私有变量
Modify: 1.implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1'
2.val requestUrl = request.url().toString() val domain = request.url().host()