| | |
| | | getVideoDetailForInternetSearch(acceptData, videoId, request, out); |
| | | |
| | | //VIVO 渠道每日广告最多展示一次 |
| | | if ("vivo".equalsIgnoreCase(acceptData.getChannel())) { |
| | | deviceAdStrategyService.setFSAShowTomorrow(acceptData.getUtdId(), acceptData.getDetailSystem().getId()); |
| | | } |
| | | // if ("vivo".equalsIgnoreCase(acceptData.getChannel())) { |
| | | // deviceAdStrategyService.setFSAShowTomorrow(acceptData.getUtdId(), acceptData.getDetailSystem().getId()); |
| | | // } |
| | | return; |
| | | } |
| | | } |
| | |
| | | out.print(JsonUtil.loadTrueJson(StringUtil.outPutResultJson(new VideoDetailVO(Utils.convertVideo(info), deviceAdStrategyService.getVideoDetailAdStrategy(acceptData.getUtdId(), acceptData.getDetailSystem().getId(), acceptData.getVersion(), acceptData.getChannel(), loginUid, videoId, from), attention, sessionId)), array.toString(), |
| | | obj.toString())); |
| | | //VIVO 渠道每日广告最多展示一次 |
| | | if ("vivo".equalsIgnoreCase(acceptData.getChannel())) { |
| | | deviceAdStrategyService.setFSAShowTomorrow(acceptData.getUtdId(), acceptData.getDetailSystem().getId()); |
| | | } |
| | | // if ("vivo".equalsIgnoreCase(acceptData.getChannel())) { |
| | | // deviceAdStrategyService.setFSAShowTomorrow(acceptData.getUtdId(), acceptData.getDetailSystem().getId()); |
| | | // } |
| | | } else { |
| | | out.print(JsonUtil.loadTrueJson(StringUtil.outPutResultJson(Utils.convertVideo(info)), array.toString(), |
| | | obj.toString())); |