feat: 基于V2实现现金红包以及企业付款到零钱功能

- 实现现金红包接口
- 实现企业付款到零钱功能
- 增加V2需要的依赖
This commit is contained in:
felord.cn
2021-01-20 10:21:41 +08:00
committed by felord.cn
parent 82b7293e32
commit 0bab0b987d
13 changed files with 632 additions and 0 deletions

View File

@@ -56,6 +56,16 @@
<groupId>com.alipay.sdk</groupId>
<artifactId>alipay-sdk-java</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>