xiafang 807e01d6b2 bugfix
2020-10-30 08:53:45 +08:00
2020-10-30 08:53:45 +08:00
2020-10-29 10:00:14 +08:00
2020-10-28 17:38:26 +08:00
2020-10-29 12:52:37 +08:00
2020-10-29 10:10:22 +08:00

移动支付 Spring Boot 组件

提供聚合支付能力。

支持类型

  • 微信支付V2 只提供V3不支持的部分后续全面切向V3。
  • 微信支付V3 全量支持。
  • 支付宝 施工中……
  • 银联支付 施工中……

采用技术

  • Jackson
  • Okhttp
  • Ali-pay-sdk

使用方法

集成

Spring Boot Starter的形式集成到项目中。

      <dependency>
            <groupId>com.enongm.dianji</groupId>
            <artifactId>payment-spring-boot-autoconfigure</artifactId>
            <version>1.0.0.RELEASE</version>
      </dependency>

配置

微信支付

在Spring Boot项目中的application.yaml中配置wechat.pay相关参数。 启用@EnableWechatPay注解

API使用

施工中……

CHANGELOG

Description
微信支付V3支付,支持微信优惠券,代金券、商家券、公众号支付、微信小程序支付、分账、支付分、商家券、合单支付、先享卡、电商收付通等全部微信支付功能API,同时满足服务商、商户开发需求。一键集成,上手快,欢迎star。
Readme Apache-2.0 2.6 MiB
Languages
HTML 90.9%
Java 9%
CSS 0.1%