微信刷脸、支付宝刷脸

This commit is contained in:
2025-06-12 11:36:18 +08:00
parent 2bd4cb7204
commit 5b45330232
35 changed files with 3764 additions and 0 deletions

20
pom.xml
View File

@@ -135,6 +135,26 @@
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
</dependency>
<!--微信支付-->
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-pay</artifactId>
<version>4.7.0</version>
</dependency>
<!--添加JDOM库-->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
</dependencies>
<build>