请问有大佬知道这是什么原因吗
证书和回调报文解密报错?将获取到的微信平台证书报文 获取响应中数据 JsonParser JsonParser parse = pa JsonParser(); JsonObject json = (JsonObject) parse.parse(pcs); rse = JsonParser(); J JsonObject encryptCertificate//创建json解析n(ew//json字符串解析,获取resul).getAsJsonObject(); t节点get"en crypt_ associatedData = encryptCertificate.cer(tificate"//获取节点的数).to值Strin(); String ciphgreext = encryptCertificate.get(t"associated).to_data"(); StrinS wxnonct = encryprCertificate.get(ingget").tocipher(); 使用官方的解密示例String(cipher.doFinal(Base64.getDecoder().decode(ciphertext)), text"Stringget"no) parse.parse(pcs); JsonObject encryptCertificate = json.().getAsJsonObject(); associatedData = encryptCertificate.().toString(); ciphertext = encryptCertificate.().toString(); wxnonce = encryptCertificate.().toString(); 使用官方的解密示例(cipher.doFinal(Base64.getDecoder().decode(ciphertext)), 报这个错误,说有非法数据java.lang.IllegalArgumentException: Illegal base64 character 22
2022-11-25添加分账方的时候 响应码 = 400,返回结果 = {"code":"PARAM_ERROR","message":"平台证书序列号Wechatpay-Serial错误"}
微信分账报平台证书序列号Wechatpay-Serial错误微信分账报平台证书序列号Wechatpay-Serial错误,请问这个平台证书序列号是要换格式吗,我直接再商户平台中取出来的
2022-11-22