Payment Spring Boot 是微信领取V3的Java实现,仅仅依赖Spring内置的一些类库。配置简略不便,能够让开发者疾速为Spring Boot利用接入微信领取。
性能个性
- 实现微信领取多商户
- 集成支付宝SDK、疾速接入Spring Boot
- 实现微信领取V3 根底领取
- 实现微信领取V3 合单领取
- 实现微信领取V3 代金券
- 实现微信领取V3 微信领取分
- 实现微信领取V3 先享卡
- 实现微信领取V3 商家券
- 实现微信领取V3 批量转账到零钱
依赖坐标
最新版本Maven坐标为:
<code class="xml"><dependency> <groupId>cn.felord</groupId> <artifactId>payment-spring-boot-starter</artifac<strong style="color:transparent">来源gao@daima#com搞(%代@#码网</strong>tId> <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