Administrator
2018-11-23 0c9417cb26dec0e376166e33a0556f9d4fba0924
fanli/src/main/java/com/yeshi/fanli/controller/client/UserInfoController.java
@@ -1646,6 +1646,11 @@
      
      JSONObject resultData = new JSONObject();
      
      String helpLink = configService.get("team_help_url");
      if (helpLink == null) {
         helpLink = "";
      }
      resultData.put("helpLink", helpLink);
      resultData.put("firstTeam", firstTeam);
      resultData.put("firstTeamTotal", firstTeamTotal);
      resultData.put("secondTeam", secondTeam);