feat: payment modules support alipay and credit card pay api
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user