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

@@ -35,6 +35,14 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
</dependencies>
</project>