Procházet zdrojové kódy

add log

formao-live
zhengfangyuan před 2 roky
rodič
revize
376d493b80
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit