摘要:
1. 移动端访问https域名及接口,显示 java.net.UnknownHostException: Unable to resolve host "xxx" : No address associated with hostname 2. 使用okhttp访问的接口,于是设定忽略证书,报错 j 阅读全文
摘要:
implementation 'com.squareup.okhttp3:okhttp:3.8.0' OkHttpClient client = getUnsafeOkHttpClient().newBuilder() .connectTimeout(60, TimeUnit.SECONDS) // 阅读全文