版本升级2.0.7-RELEASE

This commit is contained in:
egan
2018-02-22 16:11:41 +08:00
parent f1dfa89e67
commit 2143367b98

View File

@@ -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);
}
/**