admin
2021-09-24 f788607ff771a47bc60d6a86e00b3433c40f3d2c
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)) {