You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class JsonObject extends JsonObjectBase中
private Map<String, Object> result = new HashMap<String, Object>();
没有对应的getter/setter方法,所以在序列化的时候无法序列化,导致result数据没有成功返回,前端异常。
The text was updated successfully, but these errors were encountered:
public class JsonObject extends JsonObjectBase中
private Map<String, Object> result = new HashMap<String, Object>();
没有对应的getter/setter方法,所以在序列化的时候无法序列化,导致result数据没有成功返回,前端异常。
The text was updated successfully, but these errors were encountered: