admin
2020-07-03 651a15c78f668bef3859d9ed1bb7ad0b669d3600
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));