2
0

feat: payment modules support alipay and credit card pay api

This commit is contained in:
zhangsz
2024-12-30 20:30:19 +08:00
parent 0207122187
commit d0dee7f7a4
45 changed files with 490 additions and 2212 deletions

View File

@@ -89,6 +89,13 @@
<version>4.6.0</version>
</dependency>
<!-- for Ali Pay -->
<dependency>
<groupId>com.alipay.sdk</groupId>
<artifactId>alipay-sdk-java</artifactId>
<version>4.11.0.ALL</version>
</dependency>
<!-- Swagger 依赖项 -->
<!-- <dependency>
<groupId>io.springfox</groupId>