摘要: // 此处是某公司三方接口请求封装类,只需要关注返回的 HttpResponse 中的数据即可,HttpResponse中返回含有图片流 HttpResponse httpResponse = ArtemisHttpUtil.doPostStringImgArtemis(xxx); try { // 阅读全文
posted @ 2022-10-27 15:51 假装空白 阅读(1939) 评论(0) 推荐(0)
摘要: 问题 发送post请求报错 javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpat 阅读全文
posted @ 2022-10-27 15:45 假装空白 阅读(88) 评论(0) 推荐(0)