2
0

feat: wx pay update

This commit is contained in:
wfc
2024-12-19 21:38:07 +08:00
parent 17a07ea4bc
commit cd3a860a34
13 changed files with 233 additions and 231 deletions

View File

@@ -82,6 +82,13 @@
<version>20.0.0</version>
</dependency>
<!-- for WeChat Pay -->
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-pay</artifactId>
<version>4.6.0</version>
</dependency>
</dependencies>
<build>