upgrade to 1.0.1

This commit is contained in:
felord.cn
2020-12-14 22:49:31 +08:00
parent be97926798
commit b34ef5b446
7 changed files with 10 additions and 10 deletions

View File

@@ -2,13 +2,13 @@
为了满足业务中出现app支付、公众号支付、小程序支付等多appid并存的场景对原有的进行了增强开发出了多租户版本。
## Maven 中央仓库坐标
## Maven 最新中央仓库坐标
```xml
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
</dependency>
```

View File

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

View File

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

View File

@@ -5,11 +5,11 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
</parent>
<artifactId>payment-spring-boot-autoconfigure</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>

View File

@@ -66,7 +66,7 @@ public enum WechatPayV3Type {
*/
COMBINE_MWEB(HttpMethod.POST, "%s/v3/pay/combine-transactions/h5"),
/**
* 合单下单-Native支付API. /v3/combine-transactions/out-trade-no/{combine_out_trade_no}
* 合单下单-Native支付API.
*/
COMBINE_NATIVE(HttpMethod.POST, "%s/v3/pay/combine-transactions/native"),
/**

View File

@@ -5,11 +5,11 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
</parent>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>

View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>