|
@@ -54,6 +54,7 @@ public class LogHubServiceImpl implements LogHubService {
|
|
|
logMap.put("abcode", param.getAdAbGroup());
|
|
|
logMap.put("expid", abCode);
|
|
|
logMap.put("apptype", context.getApptype());
|
|
|
+ logMap.put("extractstrategy", "engine");
|
|
|
|
|
|
// 获取AB实验列表
|
|
|
Set<String> abExpCode = new HashSet<>();
|