ソースを参照

add log

formao-live
zhengfangyuan 2年前
コミット
376d493b80
1個のファイルの変更1行の追加0行の削除
  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 ファイルの表示

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


読み込み中…
キャンセル
保存