mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-07 00:50:18 +08:00
证书设置
This commit is contained in:
@@ -159,7 +159,7 @@ public class PayResponse {
|
||||
|
||||
*/
|
||||
//设置ssl证书路径
|
||||
httpConfigStorage.setKeystorePath(apyAccount.getKeystorePath());
|
||||
httpConfigStorage.setKeystore(apyAccount.getKeystorePath());
|
||||
//设置ssl证书对应的密码
|
||||
httpConfigStorage.setStorePassword(apyAccount.getStorePassword());
|
||||
return httpConfigStorage;
|
||||
|
||||
Reference in New Issue
Block a user