Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 696 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 696 Bytes

聚合支付SDK

Publish Package

演示/案例

使用方式

Maven

<dependencies>
    <dependency>
        <groupId>in.hocg.payment</groupId>
        <artifactId>payment-module-alipay</artifactId>
        <version>1.0.0</version>
    </dependency>
    <dependency>
        <groupId>in.hocg.payment</groupId>
        <artifactId>payment-module-wxpay</artifactId>
        <version>1.0.0</version>
    </dependency>
</dependencies>