| | |
| | | //韩剧 |
| | | 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()); |
| | | // } |
| | | // } |
| | | // } |
| | | } |
| | | } |
| | | |