Selaa lähdekoodia

add log

formao-live
zhengfangyuan 2 vuotta sitten
vanhempi
commit
376d493b80
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 Näytä tiedosto

@@ -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");


Ladataan…
Peruuta
Tallenna