fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ConfigControllerV2.java
@@ -196,6 +196,7 @@ JSONObject data = new JSONObject(); data.put("listAD", JsonUtil.getApiCommonGson().toJson(listVO)); data.put("protocol", configService.get("user_protocol_home_data")); // 领券帮助链接,1.5.2后生效 String couponHelp = configService.get("taobao_coupon_help");