ssl证书未设置处理

This commit is contained in:
egan
2018-07-05 20:41:50 +08:00
parent 7c107f6ce9
commit 2705b4e7f3
2 changed files with 8 additions and 2 deletions

View File

@@ -62,8 +62,9 @@ public enum PayType implements BasePayType {
configStorage.setMsgType(apyAccount.getMsgType());
configStorage.setInputCharset(apyAccount.getInputCharset());
configStorage.setTest(apyAccount.isTest());
//
HttpConfigStorage httpConfigStorage = new HttpConfigStorage();
httpConfigStorage.setMaxTotal(10);
httpConfigStorage.setMaxTotal(20);
httpConfigStorage.setDefaultMaxPerRoute(10);
return new AliPayService(configStorage, httpConfigStorage);
}