refactor: 下载交易账单API和下载资金账单现在是公共接口

This commit is contained in:
felord.cn
2021-01-05 21:21:02 +08:00
parent 08f3ee6e0b
commit b291dbfa44
9 changed files with 123 additions and 110 deletions

View File

@@ -24,11 +24,12 @@
- 微信合单支付 `WechatCombinePayApi` 100%
## Maven 中央仓库坐标
> 推荐使用最新版本
```xml
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.3.RELEASE</version>
</dependency>
```
## 采用技术

View File

@@ -1,3 +1,9 @@
## 1.0.2.RELEASE
- 微信支付
- feat: 接入微信支付分
- feat: 接入微信支付先享卡
- fix: 支付回调参数不全的问题
## 1.0.1.RELEASE
- 微信支付

View File

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