feat: 微信支付V3新的退款查询退款API

- 在WechatDirectPayApi中增加新的微信支付V3退款API
- 在WechatDirectPayApi中增加新的微信支付V3查询单笔退款API
This commit is contained in:
felord.cn
2021-02-03 11:41:49 +08:00
committed by felord.cn
parent 2bbe9a80cd
commit 581851e672
13 changed files with 256 additions and 11 deletions

View File

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