- 接入app支付 证书加载不成功
String privateKeyPath = "/Users/cailia/IdeaProjects/ymk/ymk_backend/ruoyi-admin/src/main/resources/apiclient_cert.p12"; Config config = new RSAAutoCertificateConfig.Builder() .merchantId(merchantId) // 使用 com.wechat.pay.java.core.util 中的函数从本地文件中加载商户私钥,商户私钥会用来生成请求的签名 .privateKeyFromPath(privateKeyPath) .merchantSerialNumber(merchantSerialNumber) .apiV3Key(apiV3Key).build(); 路径下是有证书的,加载的时候报错 Error creating bean with name 'weChatPayConfig': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Illegal base64 character 3f 什么情况?有没有app支付的服务端的demo直接能调试的
11-08 - 小程序端一篇文章中上传了一个音频,ios无法打开,这个错误码什么意思呢?
小程序端一篇文章中上传了一个音频,测试过荣耀,一加等安卓手机可以打开的。但是我们试了ios的7p,x等苹果手机却不能打开且报错:[图片] 我们这边想问一下 这个errCode:10001 errMsg:INNERERRCODE:-11800,ERRMSG:这项操作无法完成。 这是错误码是什么原因呢?才导致这个操作无法完成呢?
2020-04-01