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
如图所示,跟踪了下代码,WxMpMessageRouter类上的问题。 WxMpXmlOutMessage route(final WxMpXmlMessage wxMessage, final Map<String, Object> context, WxMpService wxMpService) 这个方法中调用this.wxMpService.switchoverTo(appId);报错,wxMpServiceb变量是null.
The text was updated successfully, but these errors were encountered:
请先参考#2995 进行特殊处理,这个问题后面版本会尽快做修复
Sorry, something went wrong.
@qianyingchao 是不是初始化 WxMpMessageRouter 这个bean的时候设置的WxMpService为null对象呢?
Successfully merging a pull request may close this issue.
如图所示,跟踪了下代码,WxMpMessageRouter类上的问题。
WxMpXmlOutMessage route(final WxMpXmlMessage wxMessage, final Map<String, Object> context, WxMpService wxMpService)
这个方法中调用this.wxMpService.switchoverTo(appId);报错,wxMpServiceb变量是null.
The text was updated successfully, but these errors were encountered: