document.write("");
摘要: 1. 移动端访问https域名及接口,显示 java.net.UnknownHostException: Unable to resolve host "xxx" : No address associated with hostname 2. 使用okhttp访问的接口,于是设定忽略证书,报错 j 阅读全文
posted @ 2023-03-06 16:47 人间春风意 阅读(269) 评论(0) 推荐(0) 编辑
摘要: implementation 'com.squareup.okhttp3:okhttp:3.8.0' OkHttpClient client = getUnsafeOkHttpClient().newBuilder() .connectTimeout(60, TimeUnit.SECONDS) // 阅读全文
posted @ 2023-03-06 16:46 人间春风意 阅读(25) 评论(0) 推荐(0) 编辑