fanli/src/main/java/com/yeshi/fanli/controller/client/v1/BrandController.java
@@ -90,7 +90,7 @@ } JSONObject data = new JSONObject(); data.put("bgPicture", configService.get(ConfigKeyEnum.brandBackgroundPicture.getKey())); data.put("bgPicture", configService.getValue(ConfigKeyEnum.brandBackgroundPicture.getKey(),acceptData.getSystem())); data.put("count", list.size()); data.put("list", JsonUtil.getApiCommonGson().toJson(list));