| | |
| | | if (extraVO == null || StringUtil.isNullOrEmpty(extraVO.getInviteCode())) { |
| | | JumpDetailV2 jumpDetailV2 = jumpDetailV2Service.getByTypeCache("invite_activate", |
| | | Constant.getPlatformCode(acceptData.getPlatform()), |
| | | Integer.parseInt(acceptData.getVersion())); |
| | | Integer.parseInt(acceptData.getVersion()),acceptData.getSystem()); |
| | | taskClassVO.setJumpDetail(jumpDetailV2); |
| | | } |
| | | } |
| | |
| | | record = integralGetService.addScanPushHistory(uid); |
| | | } else if (TaskUniqueKeyEnum.scanGoods.name().equalsIgnoreCase(event)) { |
| | | JSONObject json = JSONObject.fromObject(data); |
| | | record = integralGetService.addScanGoodsDetail(uid, json.optInt("goodsType"), json.optLong("goodsId")); |
| | | record = integralGetService.addScanGoodsDetail(uid, json.optInt("goodsType"), json.optString("goodsId")); |
| | | } else if (TaskUniqueKeyEnum.scanHomeBanner.name().equalsIgnoreCase(event)) { |
| | | JSONObject json = JSONObject.fromObject(data); |
| | | record = integralGetService.addScanRecommendBanner(uid, json.optString("id")); |