mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
docs: changelog
changelog
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
- 实现微信支付V3 代金券
|
||||
- 实现微信支付V3 微信支付分
|
||||
- 实现微信支付V3 先享卡
|
||||
- 实现微信支付V3 商家券
|
||||
|
||||
## Maven 中央仓库坐标
|
||||
> 推荐使用最新版本
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
## 1.0.4.RELEASE
|
||||
- 微信支付
|
||||
- feat: 支持微信支付商家券
|
||||
- feat: 代金券功能增加发放消费卡接口`WechatMarketingBusiFavorApi`
|
||||
- refactor: 一些代码优化
|
||||
- refactor: 现在app支付、小程序支付返回所有客户端拉起支付的参数,不再需要用户再进行签名操作了
|
||||
- build: SDK开发环境 Spring Boot 版本升级到2.4.2
|
||||
- fix: 支付分RiskFund下枚举无法使用的问题(#2)
|
||||
- feat: 增加微信支付商家券相关接口`WechatMarketingBusiFavorApi`,商家券请阅读相关产品文档。
|
||||
- feat: 代金券功能增加发放消费卡接口。
|
||||
- refactor: 现在app支付、小程序支付返回所有客户端拉起支付的参数,不再需要用户再进行签名操作了。
|
||||
- refactor: 其它一些代码优化。
|
||||
- build: SDK开发环境 Spring Boot 版本升级到2.4.2。
|
||||
- fix: 支付分`RiskFund`下枚举无法使用的问题[(#2)](https://github.com/NotFound403/payment-spring-boot/issues/2)。
|
||||
|
||||
## 1.0.3.RELEASE
|
||||
- 微信支付
|
||||
- feat: 完善合单支付账单
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<version>1.0.4.RELEASE</version>
|
||||
</dependency>
|
||||
```
|
||||
> 基于 **Spring Boot 2.4.1**
|
||||
> 基于 **Spring Boot 2.x**
|
||||
|
||||
## Spring Boot 版本适配
|
||||
|
||||
|
||||
Reference in New Issue
Block a user