证书设置

This commit is contained in:
egzosn
2019-04-17 14:55:58 +08:00
parent 66add7308d
commit 5e8c480c34

View File

@@ -159,7 +159,7 @@ public class PayResponse {
*/
//设置ssl证书路径
httpConfigStorage.setKeystorePath(apyAccount.getKeystorePath());
httpConfigStorage.setKeystore(apyAccount.getKeystorePath());
//设置ssl证书对应的密码
httpConfigStorage.setStorePassword(apyAccount.getStorePassword());
return httpConfigStorage;