mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
upgrade to 1.0.1
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"),
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user