-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[微信支付] 支持将原有的平台证书验签方式灰度到公私钥模式 #3454
Comments
第一点可实现 |
@[zhanyan-Ader1y] 你真是个sha狗,在3451里说3454给出解决方案,在3454里面又说弄个业务配置,HttpPost实体是在com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl#postV3(java.lang.String, java.lang.String)内部创建的,你特么不给业务传入http-header的入口,试问怎么传入??按理github人素质应该都可以,但是看到你这么3451与3454踢皮球的行为我真是受不了。get out出去吧,这么优秀的开源项目你不配加入!!! |
楼上的请注意文明交流,理性发言。 |
你有想法可以自己提PR, 不用在这里发癫. 你不理解我上文中的业务配置是什么也不怪你, 估计都没怎么看Issue内容 |
简要描述
对于2024-10月以前开通的微信支付商户来说, 将平台证书验签的方式切换到公私钥模式时 需要进行灰度. 目前已经实现了公私钥验签功能(PR: #3425 ).
微信支持的灰度方案
能力
需要通过一个配置项实现灰度的策略. 这个配置项需要具有以下的能力:
点击“停止更换”
时, 避免由于验签方式切换为平台证书导致失败)官方文档地址
4-2按场景将平台证书切换到公私钥模式
The text was updated successfully, but these errors were encountered: