mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-08 03:56:48 +08:00
HTTPS SSL实现
This commit is contained in:
@@ -158,7 +158,9 @@ public class PayResponse {
|
||||
httpConfigStorage.setHttpProxyPassword("password");
|
||||
|
||||
*/
|
||||
//设置ssl证书路径
|
||||
httpConfigStorage.setKeystorePath(apyAccount.getKeystorePath());
|
||||
//设置ssl证书对应的密码
|
||||
httpConfigStorage.setStorePassword(apyAccount.getStorePassword());
|
||||
return httpConfigStorage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user