fix: 微信支付能够正确根据环境条件动态启用了,修复了不配置微信支付时,无法启用支付宝的问题。

1. 当配置中存在`wechat.pay.v3`配置时,微信支付启用;否则微信支付不启用,不会影响支付宝的运行。
This commit is contained in:
felord.cn
2021-01-07 21:07:48 +08:00
parent b291dbfa44
commit f1a3683bc6
7 changed files with 82 additions and 6 deletions

View File

@@ -35,7 +35,7 @@
## 支付宝
### 证书
### 支付宝证书
请注意因为未来**SHA1withRSA**将被淘汰,因此采用最新的**SHA256withRSA**证书,旧的模式将不提供支持。步骤如下: