本地环境退款可以实现 程序运行正常
但是部署到阿里云上 退款的时候 发起 退款的时候
RefundResponse response=payService.refund(request);
本来
报错信息:
java.lang.UnsupportedOperationException: clientBuilder.sslSocketFactory(SSLSocketFactory) not supported on JDK 9+
at okhttp3.internal.platform.Jdk9Platform.trustManager(Jdk9Platform.java:85) ~[okhttp-3.14.9.jar!/:na]
at okhttp3.internal.platform.Platform.buildCertificateChainCleaner(Platform.java:177) ~[okhttp-3.14.9.jar!/:na]
at okhttp3.OkHttpClient$Builder.sslSocketFactory(OkHttpClient.java:743) ~[okhttp-3.14.9.jar!/:na]
at com.lly835.bestpay.service.impl.WxPayServiceImpl.refund(WxPayServiceImpl.java:174) ~[best-pay-sdk-1.3.1.jar!/:na] …
本来怀疑是jdk版本的问题 我把jdk换成了jdk11 还是不行