We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#897 中把WxCpMessageRouter类下的 public WxCpXmlOutMessage route(final WxCpXmlMessage wxMessage, final Map<String, Object> context) 改成了private,这是出于什么目的呢?这导致无法在调用处传递context了。
public WxCpXmlOutMessage route(final WxCpXmlMessage wxMessage, final Map<String, Object> context)
The text was updated successfully, but these errors were encountered:
感谢帮忙验证,并及时提出反馈,这个地方属于优化误操作,稍后修复下
Sorry, something went wrong.
🐛 #1207 修复WxCpXmlOutMessage类的其中一个route方法的签名
39779cb
3.5.5.B已修复
No branches or pull requests
模块版本情况
详细描述
#897 中把WxCpMessageRouter类下的
public WxCpXmlOutMessage route(final WxCpXmlMessage wxMessage, final Map<String, Object> context)
改成了private,这是出于什么目的呢?这导致无法在调用处传递context了。The text was updated successfully, but these errors were encountered: