天天看点

微信支付 V3 的 Java 实现 Payment Spring Boot1.0.7.RELEASE发布

Payment Spring Boot[1] 是微信支付 V3 的 Java 实现,仅仅依赖 Spring 内置的一些类库。配置简单方便,可以让开发者快速为 Spring Boot 应用接入微信支付。

实现微信支付多商户

集成支付宝 SDK、快速接入 Spring Boot

实现微信支付 V3 基础支付

实现微信支付 V3 合单支付

实现微信支付 V3 代金券

实现微信支付 V3 微信支付分

实现微信支付 V3 先享卡

实现微信支付 V3 商家券

实现微信支付 V3 批量转账到零钱

微信支付 V3 的 Java 实现 Payment Spring Boot1.0.7.RELEASE发布

最新版本 Maven 坐标为:

微信支付

refactor: X509 证书加载优化。

refactor: 移除过期的<code>WechatPayRefundApi</code>。

refactor: 优化<code>RestTemplate</code>在低版本引起的一个 I/O 异常,详见 spring-framework#21321[2]。

refactor: 在请求头<code>Content-Type</code>中声明字符集 UTF-8,避免中文乱码。

fix: 修复退款回调中退款状态枚举无法正确被解析的异常(#11[3])。

演示项目:payment-spring-boot-samples[4]

文档:Payment Spring Boot 文档[5]

[1]

Payment Spring Boot: https://github.com/NotFound403/payment-spring-boot

[2]

spring-framework#21321: https://github.com/spring-projects/spring-framework/issues/21321

[3]

#11: https://github.com/NotFound403/payment-spring-boot/issues/11

[4]

payment-spring-boot-samples: https://github.com/NotFound403/payment-spring-boot-samples

[5]

Payment Spring Boot 文档: https://notfound403.github.io/payment-spring-boot/#/

微信支付 V3 的 Java 实现 Payment Spring Boot1.0.7.RELEASE发布