关于java:如何在Spring-Boot项目中集成微信支付V3

6次阅读

共计 532 个字符,预计需要花费 2 分钟才能阅读完成。

Payment Spring Boot 是微信领取 V3 的 Java 实现,仅仅依赖 Spring 内置的一些类库。配置简略不便,能够让开发者疾速为 Spring Boot 利用接入微信领取。

演示例子:payment-spring-boot-samples

文档:Payment Spring Boot 文档

有疑问请提交 ISSUE 会及时跟进,欢送 Star ,欢送PR 奉献。

1.0.3.SNAPSHOT 曾经进入测试阶段

目前性能

  • 实现微信领取多商户
  • 集成支付宝 SDK、疾速接入 Spring Boot
  • 实现微信领取 V3 根底领取
  • 实现微信领取 V3 合单领取
  • 实现微信领取 V3 代金券
  • 实现微信领取 V3 微信领取分
  • 实现微信领取 V3 先享卡

Maven 地方仓库坐标

最新版本的坐标为:

<dependency>
    <groupId>cn.felord</groupId>
    <artifactId>payment-spring-boot-starter</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>

更新日志

  • feat: 接入微信领取分
  • feat: 接入为微信领取先享卡
  • fix: 领取回调参数不全的问题

关注公众号:Felordcn 获取更多资讯

集体博客:https://felord.cn

正文完
 0