refactor(payment): 重构微信支付模块

- 更新微信支付相关工具类和接口实现
- 新增微信支付配置项
- 优化微信支付流程和参数处理
- 引入微信支付官方SDK
This commit is contained in:
pikachu1995@126.com
2025-01-08 16:13:39 +08:00
parent db1a3566ae
commit e706431df5
8 changed files with 1194 additions and 1219 deletions

View File

@@ -468,6 +468,11 @@
<scope>runtime</scope>
<classifier>osx-aarch_64</classifier>
</dependency>
<dependency>
<groupId>com.github.wechatpay-apiv3</groupId>
<artifactId>wechatpay-java</artifactId>
<version>0.2.15</version>
</dependency>
</dependencies>