mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-31 12:59:35 +08:00
版本升级2.0.7-RELEASE
This commit is contained in:
@@ -88,12 +88,13 @@ public enum PayType implements BasePayType {
|
||||
wxPayConfigStorage.setInputCharset(apyAccount.getInputCharset());
|
||||
wxPayConfigStorage.setTest(apyAccount.isTest());
|
||||
//https证书设置 方式一
|
||||
HttpConfigStorage httpConfigStorage = new HttpConfigStorage();
|
||||
/* HttpConfigStorage httpConfigStorage = new HttpConfigStorage();
|
||||
httpConfigStorage.setKeystore("证书信息串");
|
||||
httpConfigStorage.setStorePassword("证书密码");
|
||||
//是否为证书地址
|
||||
httpConfigStorage.setPath(false);
|
||||
return new WxPayService(wxPayConfigStorage, httpConfigStorage);
|
||||
return new WxPayService(wxPayConfigStorage, httpConfigStorage);*/
|
||||
return new WxPayService(wxPayConfigStorage);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user