Ver código fonte

add log

formao-live
zhengfangyuan 2 anos atrás
pai
commit
376d493b80
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/v3/auth/AutoUpdateCertificatesVerifier.java

+ 1
- 0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/v3/auth/AutoUpdateCertificatesVerifier.java Ver arquivo

@@ -143,6 +143,7 @@ public class AutoUpdateCertificatesVerifier implements Verifier {
int statusCode = response.getStatusLine().getStatusCode();
String body = EntityUtils.toString(response.getEntity());
if (statusCode == 200) {
log.info(" autoUpdateCert success。"+body);
List<X509Certificate> newCertList = deserializeToCerts(apiV3Key, body);
if (newCertList.isEmpty()) {
log.warn("Cert list is empty");


Carregando…
Cancelar
Salvar