小程序微信支付

This commit is contained in:
wangxiaopeng
2024-03-14 15:44:18 +08:00
parent a24a4dc4bd
commit 7642752bad
12 changed files with 602 additions and 3 deletions

View File

@@ -109,6 +109,10 @@
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.wechatpay-apiv3</groupId>
<artifactId>wechatpay-java</artifactId>
</dependency>
</dependencies>
</project>