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