|
@@ -165,8 +165,12 @@ public class RecallService implements ApplicationContextAware {
|
|
|
}
|
|
|
// 命中用户黑名单不走流量池
|
|
|
if (!hitUserBlacklist) {
|
|
|
+ if (Objects.equals("60600", abCode)) {
|
|
|
+ // 供给流量池策略 648 实验 random
|
|
|
+ strategies.add(strategyMap.get(FlowPoolWithLevelSupplyRecallStrategy.class.getSimpleName()));
|
|
|
+ log.info("supply flowpool 60600");
|
|
|
//2:通过“流量池标记”控制“流量池召回子策略” 其中有9组会走EXPERIMENTAL_FLOW_SET_LEVEL 有1组会走EXPERIMENTAL_FLOW_SET_LEVEL_SCORE
|
|
|
- if ("60116".equals(abCode)) {
|
|
|
+ }else if ("60116".equals(abCode)) {
|
|
|
int lastDigit = param.getLastDigit();
|
|
|
String lastDigitAB = lastDigitAbcode != null ? lastDigitAbcode.getOrDefault(lastDigit, "default") : "default";
|
|
|
switch (lastDigitAB) {
|