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

@@ -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"),
/**