admin
2021-06-01 4f5a5b0a00c01491f009074351089f086f950d3e
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/SystemClientController.java
@@ -108,6 +108,14 @@
         list.add(ssp);
      }
      SystemClientParams ssp = new SystemClientParams();
      ssp.setKey(ConfigKeyEnum.homePageBgColors.getKey());
      ssp.setValue(configService.getValue(ConfigKeyEnum.homePageBgColors,acceptData.getSystem()));
      list.add(ssp);
      Gson gson = new GsonBuilder().excludeFieldsWithoutExposeAnnotation().create();
      JSONObject data = new JSONObject();
      data.put("count", list.size());