admin
2020-07-03 651a15c78f668bef3859d9ed1bb7ad0b669d3600
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/SearchControllerV2.java
@@ -197,7 +197,7 @@
                  JumpDetailContentVO convert = new JumpDetailContentVO();
                  convert.setJumpDetail(jumpDetailV2Service.getByTypeCache("web", platformCode, version));
                  JSONObject convertParams = new JSONObject();
                  convertParams.put("url", configService.get(ConfigKeyEnum.convertDocWebLink.getKey()));
                  convertParams.put("url", configService.getValue(ConfigKeyEnum.convertDocWebLink.getKey(),acceptData.getSystem()));
                  convertParams.put("clipboard", false);
                  convert.setParams(convertParams);
@@ -412,7 +412,7 @@
      // 去网页
      String rightValue = configService.getByVersion(ConfigKeyEnum.clipboardRecommendGoodsMakeMore.getKey(),
            acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()));
            acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()),acceptData.getSystem());
      if (StringUtil.isNullOrEmpty(rightValue)) {
         data.remove("left");
@@ -771,7 +771,7 @@
      JDSearchResult result = null;
      boolean hasCoupon = false;
      String way = configService.get(ConfigKeyEnum.jdApiSearchKey.getKey());
      String way = configService.getValue(ConfigKeyEnum.jdApiSearchKey.getKey(),acceptData.getSystem());
      if ("1".equals(way)) {
         JDFilter filterAPI = new JDFilter();
         filterAPI.setKeyword(SearchFilterUtil.filterSearchContent(key));