我是金角大王
我是金角大王
好的,谢谢。如果有解决方案了。麻烦您告知下。谢谢了
自己写了个,在setVerifier用这个就可以了 ``` /** * 获取微信证书 * * @throws Exception */ private void setVerifier() throws Exception { if (merchantPrivateKey == null) { setMerchantPrivateKey(); } verifier = new PubKeyVerifier(wechatConfig.getPubKeyId()); } ``` PubKeyVerifier:...
https://github.com/wechatpay-apiv3/wechatpay-apache-httpclient/issues/216#issuecomment-2560780212