mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
docs: 修改1.0.5相关的注释
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.felord</groupId>
|
||||
<artifactId>payment-spring-boot-starter</artifactId>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
```
|
||||
## 采用技术
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
## 1.0.5.RELEASE
|
||||
- 微信支付
|
||||
- feat:增加V2 退款接口
|
||||
- feat:增加V2 企业付款到零钱接口
|
||||
- feat:增加V2 红包接口
|
||||
- refactor:优化了一些底层功能
|
||||
- refactor:整了支付配置Spring注入的顺序
|
||||
- refactor:JCE由SPI提供,不再使用JDK内置
|
||||
- fix: 关单接口调用异常[(#4)](https://github.com/NotFound403/payment-spring-boot/issues/4)
|
||||
|
||||
## 1.0.4.RELEASE
|
||||
- 微信支付
|
||||
- feat: 增加微信支付商家券相关接口`WechatMarketingBusiFavorApi`,商家券请阅读相关产品文档。
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.felord</groupId>
|
||||
<artifactId>payment-spring-boot-starter</artifactId>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
</dependency>
|
||||
```
|
||||
> 基于 **Spring Boot 2.x**
|
||||
@@ -50,7 +50,7 @@ wechat:
|
||||
<tentantID>:
|
||||
# 应用appId 必填
|
||||
app-id: xxxxxxxx
|
||||
# api 密钥 可不填
|
||||
# v2 api 密钥 1.0.5版本以后如果用到V2的接口时必填
|
||||
app-secret: xxxxxxxxxxx
|
||||
# api v3 密钥 必填
|
||||
app-v3-secret: xxxxxxxx
|
||||
|
||||
Reference in New Issue
Block a user