Skip to content

Commit a5a0791

Browse files
committed
证书案例
1 parent f63858b commit a5a0791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pay-java-wx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/* 网络请求ssl证书 根据需求进行设置**/
3939
//设置ssl证书路径
4040
//TODO 这里也支持输入流的入参。
41-
// httpConfigStorage.setKeystore(this.getClass()..getResourceAsStream("/证书文件"));
41+
// httpConfigStorage.setKeystore(this.getClass().getResourceAsStream("/证书文件"));
4242
//设置ssl证书路径 跟着setCertStoreType 进行对应
4343
httpConfigStorage.setKeystore("证书文件流,证书字符串信息或证书绝对地址");
4444
//设置ssl证书对应的密码

0 commit comments

Comments
 (0)