refactor(payment): 重构微信支付模块
- 更新微信支付相关工具类和接口实现 - 新增微信支付配置项 - 优化微信支付流程和参数处理 - 引入微信支付官方SDK
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user