src/main/java/com/yeshi/buwan/util/JsonUtil.java
@@ -104,7 +104,7 @@ root.put("Extra", extra1); root.put("Extra1", extra2); root.put("Error", ""); // System.out.print(root.toString()); System.out.print(root.toString()); String st = DESUtil.encode(root.toString()); // LogUtil.i(st); return st;