admin
2021-09-24 1e9d66afda722a8ace7c5a21c9c0bfa0f14989c4
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());