Skip to content
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

企业号中的 WxCpMessage转json时丢失safe属性 #196

Closed
QweikChris opened this issue Apr 25, 2017 · 2 comments
Closed

企业号中的 WxCpMessage转json时丢失safe属性 #196

QweikChris opened this issue Apr 25, 2017 · 2 comments
Labels

Comments

@QweikChris
Copy link

应该是WxCpMessageGsonAdapter中忽略了safe 属性
缺少以下代码
if (StringUtils.isNotBlank(message.getSafe())) {
messageJson.addProperty("safe", message.getSafe());
}

@binarywang
Copy link
Owner

http://git.oschina.net/binary/weixin-java-tools/issues/1
你的问题应该是跟这个一样的吧

@binarywang binarywang added the bug label Apr 26, 2017
@binarywang
Copy link
Owner

已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants