Skip to content

boyuanitsm/pay

Repository files navigation

Welcome to Pay!

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

本项目不提供某个版本的长期支持,请各位开发者及时配合更新,并查看CHANGELOG

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.boyuanitsm</groupId>
    <artifactId>pay</artifactId>
    <version>v1.3.1</version>
</dependency>

Gradle

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
        compile 'com.github.boyuanitsm:pay:v1.3.1'
}

Configure

API

Sample

Development

./gradlew

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