|
@@ -336,20 +336,6 @@ public class RecommendService {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- // app实验组
|
|
|
- if (request.getEventIdCount() > 0) {
|
|
|
- if (recommendType == 0) {
|
|
|
- String eventId = request.getEventIdMap().get("10003");
|
|
|
- Map<String, Map<String, String>> appAbCode = appAbCodeMap.get("10003");
|
|
|
- if (StringUtils.isNotBlank(eventId)
|
|
|
- && appAbCode != null
|
|
|
- && appAbCode.containsKey(eventId)) {
|
|
|
- param.setRuleKey(appAbCode.get(eventId).get("rule_key"));
|
|
|
- param.setDataKey(appAbCode.get(eventId).get("data_key"));
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
// 流量池分发实验组划分
|
|
|
int flowPoolIdChoice = flowPoolIds.get(RandomUtils.nextInt(0, flowPoolIds.size()));
|
|
|
Map<String, List<Integer>> flowPoolConfig = flowPoolConfigService.getFlowPoolConfig();
|