fix: 修复类成员的属性

Closes #14
This commit is contained in:
felord.cn
2021-03-06 15:55:14 +08:00
committed by felord.cn
parent 64d8294758
commit 22d83edb89
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
## 1.0.7.RELEASE
- 微信支付
- refactor: X509证书加载优化。
- refactor: 移除过期的`WechatPayRefundApi`
@@ -7,12 +8,15 @@
- fix: 修复退款回调中退款状态枚举无法正确被解析的异常([#11](https://github.com/NotFound403/payment-spring-boot/issues/11))。
## 1.0.6.RELEASE
- 微信支付
- feat:实现微信支付V3批量转账到零钱所有APIWechatBatchTransferApi助力抗击新冠疫情。
- feat:实现微信支付V3退款以及退款通知等所有退款相关的API推荐使用新的V3退款。
- refactor: V2退款进入过期模式由于V3已经推出了退款功能所以V2退款 WechatPayRefundApi 被标记为 Deprecated 未来会被移除。
- refactor: 交易状态增加等待扣款状态,根据微信最新的业务变动增加 “ACCEPT” 字段用来标记“已接收,等待扣款”状态。
## 1.0.5.RELEASE
- 微信支付
- feat:增加V2退款接口
- feat:增加V2企业付款到零钱接口
@@ -23,6 +27,7 @@
- fix: 关单接口调用异常
## 1.0.4.RELEASE
- 微信支付
- feat: 增加微信支付商家券相关接口`WechatMarketingBusiFavorApi`,商家券请阅读相关产品文档。
- feat: 代金券功能增加发放消费卡接口。
@@ -32,6 +37,7 @@
- fix: 支付分`RiskFund`下枚举无法使用的问题[(#2)](https://github.com/NotFound403/payment-spring-boot/issues/2)。
## 1.0.3.RELEASE
- 微信支付
- feat: 完善合单支付账单
1. 增加合单支付-申请交易账单API。