天天看點

微信支付 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釋出