|
@@ -72,12 +72,14 @@ public class AbTestConfigContainer {
|
|
}
|
|
}
|
|
|
|
|
|
public Boolean inAdTimeTest(JSONObject abExpInfo){
|
|
public Boolean inAdTimeTest(JSONObject abExpInfo){
|
|
|
|
+ //todo yoouhua
|
|
List<Map<String,Object>> mapList=(List)abExpInfo.get("ab_test002");
|
|
List<Map<String,Object>> mapList=(List)abExpInfo.get("ab_test002");
|
|
for(Map<String,Object> map:mapList){
|
|
for(Map<String,Object> map:mapList){
|
|
if(adTestCode.equals(map.getOrDefault("abExpCode",""))){
|
|
if(adTestCode.equals(map.getOrDefault("abExpCode",""))){
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ //
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
|
|
|