This commit is contained in:
egan
2019-04-28 22:54:42 +08:00
parent 69e6d358ee
commit a8be4e0c12
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
全能支付Java开发工具包.优雅的轻量级支付模块集成支付对接支付整合(微信支付,支付宝,银联,友店,富友,跨境支付paypal,payoneer(P卡派安盈)app,扫码,即时到帐刷卡付条码付刷脸付转账服务商模式、支持多种支付类型多支付账户,支付与业务完全剥离,简单几行代码即可实现支付,简单快速完成支付模块的开发,可轻松嵌入到任何系统里 目前仅是一个开发工具包即SDK只提供简单Web实现建议使用maven或gradle引用本项目即可使用本SDK提供的各种支付相关的功能
全能第三方支付对接Java开发工具包.优雅的轻量级支付模块集成支付对接支付整合(微信,支付宝,银联,友店,富友,跨境支付paypal,payoneer(P卡派安盈)易极付app,扫码,网页支付刷卡付条码付刷脸付转账服务商模式、支持多种支付类型多支付账户,支付与业务完全剥离,简单几行代码即可实现支付,简单快速完成支付模块的开发,可轻松嵌入到任何系统里 目前仅是一个开发工具包即SDK只提供简单Web实现建议使用maven或gradle引用本项目即可使用本SDK提供的各种支付相关的功能
### 特性

View File

@@ -20,6 +20,7 @@ public enum CertStoreType {
*
* @param cert 证书信息
* @return 输入流
* @throws IOException 找不到文件异常
*/
@Override
public InputStream getInputStream(Object cert) throws IOException {
@@ -35,6 +36,7 @@ public enum CertStoreType {
*
* @param cert 证书信息
* @return 输入流
* @throws IOException 找不到文件异常
*/
@Override
public InputStream getInputStream(Object cert) throws IOException {
@@ -51,6 +53,7 @@ public enum CertStoreType {
*
* @param cert 证书信息
* @return 输入流
* @throws IOException 找不到文件异常
*/
@Override
public InputStream getInputStream(Object cert) throws IOException {
@@ -63,6 +66,7 @@ public enum CertStoreType {
*
* @param cert 证书信息
* @return 输入流
* @throws IOException 找不到文件异常
*/
public abstract InputStream getInputStream(Object cert) throws IOException;

View File

@@ -53,6 +53,7 @@
<module>pay-java-paypal</module>
<module>pay-java-yiji</module>
<module>pay-java-demo</module>
</modules>
@@ -174,7 +175,7 @@
</execution>
</executions>
</plugin>
<!-- <plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
@@ -187,7 +188,7 @@
</goals>
</execution>
</executions>
</plugin>-->
</plugin>
</plugins>
</build>
</project>