admin
2019-10-09 5965a68eb95797f5527f12ef59925e262e410cc5
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java
@@ -154,7 +154,8 @@
      } else {// 老人
         data.put("userTimeType", 1);
      }
      data.put("hotFuctionLink", configService.get("hot_function_url"));
      data.put("hotFuctionLink",
            configService.getByVersion("hot_function_url", platform, Integer.parseInt(acceptData.getVersion())));//
      out.print(JsonUtil.loadTrueResult(data));
   }
@@ -282,7 +283,8 @@
         data.put("serviceProtocolLink", serviceProtocol);
         data.put("privacyProtocolLink", privacyProtocol);
         // 购物车跳转方式(包含jumpDetail与params)
         JSONObject source = JSONObject.fromObject(configService.get("taobao_cart_jump_detail"));
         JSONObject source = JSONObject.fromObject(configService.getByVersion("taobao_cart_jump_detail",
               acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion())));
         data.put("taoBaoCart", source);
         out.print(JsonUtil.loadTrueResult(data));
      } catch (Exception e) {