mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-01 13:29:55 +08:00
ssl证书未设置处理
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user