添加汇付支付

This commit is contained in:
韩鹏辉
2024-01-17 17:18:25 +08:00
parent ad88ec4da3
commit 6dc546e727
20 changed files with 787 additions and 65 deletions

View File

@@ -89,6 +89,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
<dependency>
<groupId>com.huifu.adapay</groupId>
<artifactId>adapay-java-sdk</artifactId>
<version>1.2.10</version>
<scope>compile</scope>
</dependency>
</dependencies>