微信小程序企业付款到零钱调用本地的接口成功,调用服务器的接口就失败String certPath = "/home/cert/apiclient_cert.p12"; File file = new File(certPath); InputStream certStream = new FileInputStream(file); this.certData = new byte[(int) file.length()]; certStream.read(this.certData); certStream.close();