admin
2020-07-01 c54fb6a88876be994906d57d2d18e844686964d0
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/SearchControllerV2.java
@@ -411,14 +411,14 @@
      data.put("left", gson.toJson(left));
      // 去网页
      String rightValue = configService.getByVersion(ConfigKeyEnum.clipboardRecommendGoodsMakeMore.name(),
      String rightValue = configService.getByVersion(ConfigKeyEnum.clipboardRecommendGoodsMakeMore.getKey(),
            acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()));
      if (StringUtil.isNullOrEmpty(rightValue)) {
         data.remove("left");
      } else {
         params = new JSONObject();
         params.put("url", "http://www.baidu.com");
         params.put("url", rightValue);
         RecommendJumpInfoVO right = new RecommendJumpInfoVO("有更高返利?", jumpDetailV2Service.getByTypeCache("web",
               Constant.getPlatformCode(acceptData.getPlatform()), Integer.parseInt(acceptData.getVersion())),