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());