admin
2022-01-28 cd7767932dddeaf6d9c73a83d4a9b38f0341b77f
src/main/java/com/yeshi/buwan/util/video/VideoDetailUtil.java
@@ -374,16 +374,17 @@
            //韩剧
            if ("48".equalsIgnoreCase(acceptData.getDetailSystem().getId())) {
                //正在上线
                if (appManager.isOnline(acceptData.getDetailSystem().getId(), acceptData.getVersion(), acceptData.getChannel())) {
                    //需要原生播放器
                    if (oldId != null && oldId.startsWith("native_")) {
                        if (playUrl.getPlayType() == 1) {
                            //原生播放器播放
                            playUrl.setPlayType(2);
                            playUrl.setUrl("https://jx.parwix.com:4433/player/?url=" + playUrl.getUrl());
                        }
                    }
                }
                //TODO 上线的时候开启,防止误操作
//                if (appManager.isOnline(acceptData.getDetailSystem().getId(), acceptData.getVersion(), acceptData.getChannel())) {
//                    //需要原生播放器
//                    if (oldId != null && oldId.startsWith("native_")) {
//                        if (playUrl.getPlayType() == 1) {
//                            //原生播放器播放
//                            playUrl.setPlayType(2);
//                            playUrl.setUrl("https://jx.parwix.com:4433/player/?url=" + playUrl.getUrl());
//                        }
//                    }
//                }
            }
        }