| | |
| | | jumpDetail = jumpDetailV2Service.getByTypeCache("goodsdetail",Constant.getPlatformCode(acceptData.getPlatform()),
|
| | | Integer.parseInt(acceptData.getVersion()));
|
| | | } else {
|
| | | String url = configService.get(ConfigKeyEnum.pushGoodsDetails.getKey());
|
| | | String url = configService.getValue(ConfigKeyEnum.pushGoodsDetails.getKey(),acceptData.getSystem());
|
| | | if (url == null) {
|
| | | url = "";
|
| | | }
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | String url = configService.get(ConfigKeyEnum.pushActivityLink.getKey());
|
| | | String url = configService.getValue(ConfigKeyEnum.pushActivityLink.getKey(),acceptData.getSystem());
|
| | | if (url == null) {
|
| | | url = "";
|
| | | }
|
| | |
| | | scanResult = scanNum +"";
|
| | | }
|
| | |
|
| | | String jumpLink = configService.get(ConfigKeyEnum.activityDetailLink.getKey()) + "?type=%s&id=%s";
|
| | | String jumpLink = configService.getValue(ConfigKeyEnum.activityDetailLink.getKey(),acceptData.getSystem()) + "?type=%s&id=%s";
|
| | | jumpLink = String.format(jumpLink, "circle", goodsEvaluate.getId());
|
| | | if (!StringUtil.isNullOrEmpty(goodsEvaluate.getJumpLink())) {
|
| | | goodsEvaluate.setJumpLink(jumpLink);
|