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
版本2.0.10升级2.0.11后报错
{"record":{"rowid":"374","Userid":"1234","name":"test","sex":"男","phone":"","CertID":"","dptmntName":"默认","time":"2022-08-12 11:11:21","UnlockMode":"face","image":"xxxx"},"DevCode":"xxxxxxxxx","cmd":"SendRec"}
public class MqttReceiveMessageBody {
private String cmd; @JSONField(name = "DevCode") private String devCode; private String record;
}
JSONObject.parseObject(payload, MqttReceiveMessageBody.class)
The text was updated successfully, but these errors were encountered:
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.12-SNAPSHOT/ 问题已修复,请帮忙用2.0.12-SNAPSHOT版本验证,2.0.12版本预计在8月21日前发布
Sorry, something went wrong.
https://github.com/alibaba/fastjson2/releases/tag/2.0.12 问题已修复,请用新版本
No branches or pull requests
问题描述
版本2.0.10升级2.0.11后报错
环境信息
重现步骤
{"record":{"rowid":"374","Userid":"1234","name":"test","sex":"男","phone":"","CertID":"","dptmntName":"默认","time":"2022-08-12 11:11:21","UnlockMode":"face","image":"xxxx"},"DevCode":"xxxxxxxxx","cmd":"SendRec"}
public class MqttReceiveMessageBody {
}
JSONObject.parseObject(payload, MqttReceiveMessageBody.class)
The text was updated successfully, but these errors were encountered: