fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/FloatADService.java
@@ -59,4 +59,21 @@ public FloatAD getEffectiveFloatAD(String position, Integer type); /** * 设置版本信息 * @param id * @param versions * @throws Exception */ public void setVersions(Long id, List<Long> versions) throws Exception; /** * 有效版本信息 * @param position * @param type * @return */ public List<FloatAD> getValidFloatADCache(String position, Integer type, String platform, Integer versionCode); }