fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java
@@ -282,7 +282,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) {