yujian
2019-01-14 92c681fabac989d1a9f16fa13202d7f5ccac52d9
fanli/src/main/java/com/yeshi/fanli/controller/client/InviteGetMoneyController.java
@@ -154,15 +154,13 @@
      } catch (SwiperPictureException e) {
         e.printStackTrace();
      }
      data.put("desc", configService.get("invite_desc"));
      com.alibaba.fastjson.JSONObject root = new com.alibaba.fastjson.JSONObject();
      root.put("code", 0);
      root.put("data", data);
      out.print(JsonUtil.loadTrue(0, root, "成功"));
      out.print(root.toString());
   }
   /**