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

登录不成功:最新代码由于JsonObject#result成员不可见导致返回数据不能序列化 #35

Closed
cloorc opened this issue Sep 22, 2015 · 1 comment

Comments

@cloorc
Copy link

cloorc commented Sep 22, 2015

public class JsonObject extends JsonObjectBase中
private Map<String, Object> result = new HashMap<String, Object>();
没有对应的getter/setter方法,所以在序列化的时候无法序列化,导致result数据没有成功返回,前端异常。

@knightliao
Copy link
Owner

?

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

No branches or pull requests

2 participants