添加pcpay 支付

This commit is contained in:
牛叉闪闪
2024-09-12 14:08:19 +08:00
parent 2695748ab7
commit 73bad5713a
2 changed files with 12 additions and 0 deletions

View File

@@ -212,6 +212,14 @@
</exclusions>
</dependency>
<!-- alipay -->
<dependency>
<groupId>com.alipay.sdk</groupId>
<artifactId>alipay-sdk-java</artifactId>
<version>4.39.208.ALL</version>
</dependency>
</dependencies>
<!-- <profiles>-->
<!-- <profile>-->