admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
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());