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
应该是WxCpMessageGsonAdapter中忽略了safe 属性 缺少以下代码 if (StringUtils.isNotBlank(message.getSafe())) { messageJson.addProperty("safe", message.getSafe()); }
The text was updated successfully, but these errors were encountered:
http://git.oschina.net/binary/weixin-java-tools/issues/1 你的问题应该是跟这个一样的吧
Sorry, something went wrong.
已修复
修复企业号中 WxCpMessage转json时丢失safe属性的问题#196
2029cd0
No branches or pull requests
应该是WxCpMessageGsonAdapter中忽略了safe 属性
缺少以下代码
if (StringUtils.isNotBlank(message.getSafe())) {
messageJson.addProperty("safe", message.getSafe());
}
The text was updated successfully, but these errors were encountered: