mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
docs: docs
docs
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.felord</groupId>
|
<groupId>cn.felord</groupId>
|
||||||
<artifactId>payment-spring-boot-starter</artifactId>
|
<artifactId>payment-spring-boot-starter</artifactId>
|
||||||
<version>1.0.3.RELEASE</version>
|
<version>1.0.4.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.felord</groupId>
|
<groupId>cn.felord</groupId>
|
||||||
<artifactId>payment-spring-boot-starter</artifactId>
|
<artifactId>payment-spring-boot-starter</artifactId>
|
||||||
<version>1.0.3.RELEASE</version>
|
<version>1.0.4.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
## 采用技术
|
## 采用技术
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
## 1.0.3.RELEASE
|
## 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: 完善合单支付账单
|
- feat: 完善合单支付账单
|
||||||
1. 增加合单支付-申请交易账单API。
|
1. 增加合单支付-申请交易账单API。
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.felord</groupId>
|
<groupId>cn.felord</groupId>
|
||||||
<artifactId>payment-spring-boot-starter</artifactId>
|
<artifactId>payment-spring-boot-starter</artifactId>
|
||||||
<version>1.0.3.RELEASE</version>
|
<version>1.0.4.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
> 基于 **Spring Boot 2.4.1**
|
> 基于 **Spring Boot 2.4.1**
|
||||||
|
|||||||
Reference in New Issue
Block a user