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
获取解密聊天消息,转换文件消息,出现fileSize的类型转换异常
读取消息时发现文件消息的fileSize字段转换异常
查阅企微文档发现 是标注 Uint32类型,但是与解析数据不一致,可能文档未更新 该字段改为Long型即可解决
java.lang.NumberFormatException: Expected an int but was 2287375645 at line 1 column 267 path $.file.filesize
The text was updated successfully, but these errors were encountered:
🎨 #3558 【企业微信】修复会话内容存档接口获取解密的聊天数据时文件信息转换出错的问题
6a4ed91
Successfully merging a pull request may close this issue.
简要描述
获取解密聊天消息,转换文件消息,出现fileSize的类型转换异常
模块版本情况
详细描述
读取消息时发现文件消息的fileSize字段转换异常
查阅企微文档发现 是标注 Uint32类型,但是与解析数据不一致,可能文档未更新
该字段改为Long型即可解决
日志
The text was updated successfully, but these errors were encountered: