关于java:微信支付-V3-的-Java-实现-Payment-Spring-Boot107RELEASE-发布

5次阅读

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

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

性能个性

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

依赖坐标

最新版本 Maven 坐标为:

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

本次更新

  • 微信领取

    • refactor: X509 证书加载优化。
    • refactor: 移除过期的WechatPayRefundApi
    • refactor: 优化 RestTemplate 在低版本引起的一个 I / O 异样, 详见 spring-framework#21321。
    • refactor: 在申请头 Content-Type 中申明字符集 UTF-8, 防止中文乱码。
    • fix: 修复退款回调中退款状态枚举无奈正确被解析的异样(#11)。

演示我的项目:payment-spring-boot-samples

文档:Payment Spring Boot 文档

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

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

正文完
 0