| | |
| | | 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)) { |