docs: docs

docs
This commit is contained in:
felord.cn
2021-01-18 12:00:24 +08:00
parent e93fb5e4ed
commit d919ec4600
4 changed files with 11 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.3.RELEASE</version>
<version>1.0.4.RELEASE</version>
</dependency>
```
## 采用技术

View File

@@ -1,4 +1,12 @@
## 1.0.3.RELEASE
- 微信支付
- feat: 支持微信支付商家券
- feat: 代金券功能增加发放消费卡接口`WechatMarketingBusiFavorApi`
- refactor: 一些代码优化
- refactor: 现在app支付、小程序支付返回所有客户端拉起支付的参数不再需要用户再进行签名操作了
- build: SDK开发环境 Spring Boot 版本升级到2.4.2
- fix: 支付分RiskFund下枚举无法使用的问题(#2)
## 1.0.3.RELEASE
- 微信支付
- feat: 完善合单支付账单
1. 增加合单支付-申请交易账单API。

View File

@@ -4,7 +4,7 @@
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.3.RELEASE</version>
<version>1.0.4.RELEASE</version>
</dependency>
```
> 基于 **Spring Boot 2.4.1**