Skip to content
/ pay Public

The collection and reconstruction of the payment SDK supports Alipay, WeChat payment and UnionPay payment.

License

Notifications You must be signed in to change notification settings

boyuanitsm/pay

Repository files navigation

Welcome to Pay!

各种支付SDK的集合与重构, 使用之前建议先了解各支付方式的支付流程,以便于更好的理解。支付流程在各API文档的最上方

Import from

使用之前务必配置Maven私服

Version List

Maven

<dependency>
    <groupId>com.boyuanitsm</groupId>
    <artifactId>pay</artifactId>
    <version>${pay.version}</version>
</dependency>

Gradle

compile "com.boyuanitsm:pay:${pay.version}"

API

Development

./gradlew

TODO

  • 银联支付接入

About

The collection and reconstruction of the payment SDK supports Alipay, WeChat payment and UnionPay payment.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published