-
Notifications
You must be signed in to change notification settings - Fork 171
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
存在多个租户配置的时候,调用某些接口的时候会报 平台证书序列号Wechatpay-Serial错误 #49
Comments
需要更详细的调试信息,尽量不要在issues中使用截图 |
问题原因可能出在这个地方,刷新平台证书的时候是每个tenantId 都进行刷新,但是存的时候是 存的 serial , certificate 的map,实际在取 平台证书的时候,没有根据tenantId进行获取。 |
证书序列号一般认为是唯一的,目前根据租户特征增加了一个检索项,参考 1.0.12快照分支(将来是正式1.0.12分支)中的 |
好的 谢谢,我这边打包测试了下1.0.12的代码。还是会存在问题 |
已经修正 |
1.0.12版本什么时候可以发布,有遇到相同问题 |
如图,会存在多个租户配置
调用添加分账接收者及调用分账接口的时候会返回以下错误 {"code":"PARAM_ERROR","message":"平台证书序列号Wechatpay-Serial错误"}
临时去除掉其中一个租户配置,再次调用接口的时候能够正常执行。
The text was updated successfully, but these errors were encountered: