通过证书下载工具,下载下来了微信支付证书。这个证书可以保存在本地,在下面withWechatPay中直接用吗 ?
WechatPayHttpClientBuilder builder = WechatPayHttpClientBuilder.create()
.withMerchant(merchantId, merchantSerialNumber, merchantPrivateKey)
.withWechatPay(wechatPayCertificates);
哪位大佬知道,这个方法的参数证书列表如何获取,我通过请求接口获取证书列表,提示无法转换为