From f06a592dd1a7e995bf313ccb5efe7dff73ccfc4e Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 12 四月 2023 18:25:52 +0800
Subject: [PATCH] 增加本地获取IP归属地/广告优化

---
 src/main/java/com/yeshi/buwan/controller/parser/ZhiBoParser.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/yeshi/buwan/controller/parser/ZhiBoParser.java b/src/main/java/com/yeshi/buwan/controller/parser/ZhiBoParser.java
index 0312d0a..c9870ab 100644
--- a/src/main/java/com/yeshi/buwan/controller/parser/ZhiBoParser.java
+++ b/src/main/java/com/yeshi/buwan/controller/parser/ZhiBoParser.java
@@ -114,10 +114,11 @@
         List<LiveType> typelist = new ArrayList<LiveType>();
         String value = "";
         if ("IOS".equalsIgnoreCase(acceptData.getPlatform())) {
-            DetailSystemConfig config = configService.getConfigByKey("open_huajiao_IOS", detailSystem, acceptData.getVersion());
+            DetailSystemConfig config = configService.getConfigByKey("open_huajiao_IOS",  acceptData.getDetailSystem(), acceptData.getVersion());
             value = config.getValue();
         } else {
-            DetailSystemConfig config = configService.getConfigByKey("open_huajiao_Android", detailSystem, acceptData.getVersion());
+
+            DetailSystemConfig config = configService.getConfigByKey("open_huajiao_Android",  acceptData.getDetailSystem(), acceptData.getVersion());
             value = config.getValue();
         }
         if ("鏄�".equals(value)) {

--
Gitblit v1.8.0