From 010ef2a907e66efd4702443c06cdd18f8a7ffa5b Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 30 十月 2024 14:08:53 +0800
Subject: [PATCH] IP归属地查询接口集成

---
 src/main/java/com/yeshi/buwan/controller/parser/HomeParser.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/yeshi/buwan/controller/parser/HomeParser.java b/src/main/java/com/yeshi/buwan/controller/parser/HomeParser.java
index c354793..eaf5a25 100644
--- a/src/main/java/com/yeshi/buwan/controller/parser/HomeParser.java
+++ b/src/main/java/com/yeshi/buwan/controller/parser/HomeParser.java
@@ -731,9 +731,9 @@
                     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;
                 }
             }
@@ -928,9 +928,9 @@
             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()));

--
Gitblit v1.8.0