yujian
2020-06-30 b457131dda80427bbd47b05b9ad27366cafa1718
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())),